Operator
BPackageResolvableOperator Operator() const;
Operator<QueryPolicy>::Operator(Term<QueryPolicy>* left, int8 op,
Operator<QueryPolicy>::~Operator()
Operator<QueryPolicy>::Match(Entry* entry, Node* node, const char* attribute,
Operator<QueryPolicy>::Complement()
Operator<QueryPolicy>::CalculateScore(Index &index)
Operator<QueryPolicy>::Score() const
Operator<QueryPolicy>::InitCheck()
Operator<QueryPolicy>::NeedsEntry()
Operator<QueryPolicy>::PrintToStream()
Term<QueryPolicy>* newTerm = new(std::nothrow) Operator<QueryPolicy>(
Operator<QueryPolicy>* op = (Operator<QueryPolicy>*)term;
class Operator : public Term<QueryPolicy> {
Operator(Term<QueryPolicy>* left, int8 op,
virtual ~Operator();
Operator(const Operator& other);
Operator& operator=(const Operator& other);
Operator<QueryPolicy>* parent
= (Operator<QueryPolicy>*)term->Parent();
PCL6Writer::AppendOperator(Operator op)
void AppendOperator(Operator op);
expression->Operator())) != B_OK
op->unsignedInt = resolvableExpr->Operator();
switch (expression->Operator())
switch (expression.Operator()) {