Searched refs:PropertyWeightsFunctionScoreExpression (Results 1 – 4 of 4) sorted by relevance
647 std::unique_ptr<PropertyWeightsFunctionScoreExpression>>648 PropertyWeightsFunctionScoreExpression::Create( in Create()662 return std::unique_ptr<PropertyWeightsFunctionScoreExpression>( in Create()663 new PropertyWeightsFunctionScoreExpression( in Create()668 PropertyWeightsFunctionScoreExpression::EvaluateList( in EvaluateList()
405 class PropertyWeightsFunctionScoreExpression : public ScoreExpression {414 std::unique_ptr<PropertyWeightsFunctionScoreExpression>>427 explicit PropertyWeightsFunctionScoreExpression( in PropertyWeightsFunctionScoreExpression() function
124 PropertyWeightsFunctionScoreExpression::kFunctionName) { in VisitFunctionHelper()127 expression = PropertyWeightsFunctionScoreExpression::Create( in VisitFunctionHelper()
799 TEST_F(AdvancedScorerTest, PropertyWeightsFunctionScoreExpression) { in TEST_F() argument