Searched refs:Equation (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.h15 class Equation;
69 Equation* fCurrent;
72 Stack<Equation*> fStack;
H A DQuery.cpp106 /*! An Equation object represents an "attribute-equation operator-value" pair.
108 Although an Equation object is quite independent from the volume on which
117 class Equation : public Term { class in inherits:Term
119 Equation(char** _expression);
120 virtual ~Equation();
145 Equation(const Equation& other);
146 Equation& operator=(const Equation& other);
211 Equation function in class:Equation
[all...]
/haiku/headers/private/file_systems/
H A DQueryParser.h84 template<typename QueryPolicy> class Equation;
166 Equation<QueryPolicy>* fCurrent;
169 Stack<Equation<QueryPolicy>*> fStack;
221 /*! An Equation object represents an "attribute-equation operator-value" pair.
223 Although an Equation object is quite independent from the volume on which
233 class Equation : public Term<QueryPolicy> { class in namespace:QueryParser
242 Equation(char** expression);
243 virtual ~Equation();
271 Equation(const Equation
376 Equation<QueryPolicy>::Equation(char** expr) function in class:QueryParser::Equation
[all...]

Completed in 40 milliseconds