Searched defs:operator_text (Results 1 – 3 of 3) sorted by relevance
145 explicit UnaryOperatorNode(std::string operator_text, in UnaryOperatorNode()152 const std::string& operator_text() const { return operator_text_; } in operator_text() function162 explicit NaryOperatorNode(std::string operator_text, in NaryOperatorNode()170 const std::string& operator_text() const { return operator_text_; } in operator_text() function
31 std::string_view operator_text, in CreateNaryNode()270 std::string operator_text; in ConsumeTerm() local
87 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()