Home
last modified time | relevance | path

Searched defs:operator_text (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/icing/icing/query/advanced_query_parser/
H A Dabstract-syntax-tree.h145 explicit UnaryOperatorNode(std::string operator_text, in UnaryOperatorNode()
152 const std::string& operator_text() const { return operator_text_; } in operator_text() function
162 explicit NaryOperatorNode(std::string operator_text, in NaryOperatorNode()
170 const std::string& operator_text() const { return operator_text_; } in operator_text() function
H A Dparser.cc31 std::string_view operator_text, in CreateNaryNode()
270 std::string operator_text; in ConsumeTerm() local
H A Dquery-visitor.cc87 bool IsNumericComparator(std::string_view operator_text) { in IsNumericComparator()
97 bool IsSupportedNaryOperator(std::string_view operator_text) { in IsSupportedNaryOperator()
108 std::string_view operator_text, int64_t int_value) { in GetInt64Range()