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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp48 OP_OR, enumerator in enum:ops
925 // choose the term with the better score for OP_OR
949 fOp = OP_OR;
977 // for OP_OR, be honest, and return the one with the worse score
988 if ((fOp != OP_AND && fOp != OP_OR)
1047 case OP_OR: op = "OR"; break;
1192 OP_OR, right)) == NULL) {
1286 if (op->Op() == OP_OR) {
/haiku/headers/private/file_systems/
H A DQueryParser.h94 OP_OR, enumerator in enum:QueryParser::ops
1026 // choose the term with the better score for OP_OR
1052 Term<QueryPolicy>::fOp = OP_OR;
1082 // for OP_OR, be honest, and return the one with the worse score
1094 if ((Term<QueryPolicy>::fOp != OP_AND && Term<QueryPolicy>::fOp != OP_OR)
1125 case OP_OR: op = "OR"; break;
1278 || (newParent = new(std::nothrow) Operator<QueryPolicy>(left, OP_OR,
1409 if (op->Op() == OP_OR) {

Completed in 101 milliseconds