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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp163 bool fIsPattern; member in class:Equation
217 fIsPattern(false)
327 fIsPattern = isPattern(fString);
328 if (fIsPattern && isValidPattern(fString) < B_OK) {
523 || fOp == OP_GREATER_THAN_OR_EQUAL || fIsPattern)
529 // At this point, fIsPattern is only true if it's a string type, and fOp
531 if (fIsPattern) {
564 if (fOp == OP_EQUAL && !fIsPattern)
567 && (fIsPattern || fOp == OP_GREATER_THAN
604 || (fOp == OP_EQUAL && !fIsPattern))
[all...]
/haiku/headers/private/file_systems/
H A DQueryParser.h285 bool fIsPattern; member in class:QueryParser::Equation
382 fIsPattern(false)
492 fIsPattern = isPattern(fString);
493 if (fIsPattern && isValidPattern(fString) < B_OK) {
624 if (fType != B_STRING_TYPE && fIsPattern)
625 fIsPattern = false;
640 // fIsPattern is only true if it's a string type, and fOp OP_EQUAL, or
642 if (fIsPattern) {
778 if (fIsPattern)
836 || Term<QueryPolicy>::fOp == OP_GREATER_THAN_OR_EQUAL || fIsPattern)
[all...]

Completed in 39 milliseconds