Home
last modified time | relevance | path

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

/external/icing/icing/query/advanced_query_parser/
Dabstract-syntax-tree.h146 explicit UnaryOperatorNode(std::string operator_text, in UnaryOperatorNode()
153 const std::string& operator_text() const { return operator_text_; } in operator_text() function
163 explicit NaryOperatorNode(std::string operator_text, in NaryOperatorNode()
171 const std::string& operator_text() const { return operator_text_; } in operator_text() function
Dparser.cc31 std::string_view operator_text, in CreateNaryNode()
273 std::string operator_text; in ConsumeTerm() local
Dquery-visitor.cc69 bool IsNumericComparator(std::string_view operator_text) { in IsNumericComparator()
79 bool IsSupportedNaryOperator(std::string_view operator_text) { in IsSupportedNaryOperator()
90 std::string_view operator_text, int64_t int_value) { in GetInt64Range()