Searched defs:operator_text (Results 1 – 3 of 3) sorted by relevance
146 explicit UnaryOperatorNode(std::string operator_text, in UnaryOperatorNode()153 const std::string& operator_text() const { return operator_text_; } in operator_text() function163 explicit NaryOperatorNode(std::string operator_text, in NaryOperatorNode()171 const std::string& operator_text() const { return operator_text_; } in operator_text() function
31 std::string_view operator_text, in CreateNaryNode()273 std::string operator_text; in ConsumeTerm() local
69 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()