Home
last modified time | relevance | path

Searched refs:fAttributeName (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DAttributeStream.cpp645 fCurrentAttr.SetTo(fAttributes[fCurrentIndex].fAttributeName, in Next()
678 strcmp(name, fAttributes[index].fAttributeName) == 0) { in Find()
H A DAttributeStream.h66 const char* fAttributeName; member