Home
last modified time | relevance | path

Searched refs:kListArgumentFunctions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/icing/icing/scoring/advanced_scoring/
H A Dscore-expression.cc188 MathFunctionScoreExpression::kListArgumentFunctions = { member in icing::lib::MathFunctionScoreExpression
210 if (kListArgumentFunctions.count(function_type) > 0) { in Create()
H A Dscore-expression.h229 static const std::unordered_set<FunctionType> kListArgumentFunctions; variable