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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp53 OP_EQUAL, enumerator in enum:ops
267 fOp = OP_EQUAL;
326 if (fOp == OP_EQUAL || fOp == OP_UNEQUAL) {
476 int8 complementOp[] = {OP_UNEQUAL, OP_EQUAL, OP_LESS_THAN_OR_EQUAL,
478 fOp = complementOp[fOp - OP_EQUAL];
522 if ((fOp == OP_EQUAL || fOp == OP_GREATER_THAN
530 // is either OP_EQUAL or OP_UNEQUAL
564 if (fOp == OP_EQUAL && !fIsPattern)
604 || (fOp == OP_EQUAL && !fIsPattern))
704 if (fOp == OP_EQUAL)
[all...]
/haiku/headers/private/file_systems/
H A DQueryParser.h99 OP_EQUAL, enumerator in enum:QueryParser::ops
431 Term<QueryPolicy>::fOp = OP_EQUAL;
490 if (Term<QueryPolicy>::fOp == OP_EQUAL
640 // fIsPattern is only true if it's a string type, and fOp OP_EQUAL, or
651 case OP_EQUAL:
678 int8 complementOp[] = {OP_UNEQUAL, OP_EQUAL, OP_LESS_THAN_OR_EQUAL,
680 Term<QueryPolicy>::fOp = complementOp[Term<QueryPolicy>::fOp - OP_EQUAL];
782 if (Term<QueryPolicy>::fOp == OP_EQUAL) {
834 if ((Term<QueryPolicy>::fOp == OP_EQUAL
843 // is either OP_EQUAL o
[all...]

Completed in 63 milliseconds