Searched refs:fHasIndex (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp167 bool fHasIndex; member in class:Equation
505 fHasIndex = false;
507 fHasIndex = true;
524 && fHasIndex) {
596 if (fHasIndex && duplicate < 2
637 if (!fHasIndex)
/haiku/headers/private/file_systems/
H A DQueryParser.h288 bool fHasIndex; member in class:QueryParser::Equation
821 fHasIndex = false;
823 fHasIndex = true;
837 && fHasIndex) {
901 if (fHasIndex && !CompareTo((uint8*)&indexValue, keyLength)) {
929 if (!fHasIndex)

Completed in 42 milliseconds