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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp92 virtual int32 Score() const = 0;
138 virtual int32 Score() const { return fScore; } function in class:Equation
189 virtual int32 Score() const;
703 // Score by operator
928 if (fRight->Score() > fLeft->Score()) {
967 Operator::Score() const
971 if (fRight->Score() > fLeft->Score())
972 return fRight->Score();
[all...]
/haiku/headers/private/file_systems/
H A DQueryParser.h205 virtual int32 Score() const = 0;
262 virtual int32 Score() const { return fScore; } function in class:QueryParser::Equation
318 virtual int32 Score() const;
781 // Score by operator
1029 if (fRight->Score() > fLeft->Score()) {
1072 Operator<QueryPolicy>::Score() const
1076 if (fRight->Score() > fLeft->Score())
1077 return fRight->Score();
[all...]

Completed in 41 milliseconds