Lines Matching defs:operator
53 bool StringConstantBase::operator==(const StringConstantBase& other) const {
88 bool operator==(StringLiteral const& lhs, StringLiteral const& rhs) {
92 bool operator!=(StringLiteral const& lhs, StringLiteral const& rhs) {
100 std::ostream& operator<<(std::ostream& os, StringLiteral const& p) {
104 bool operator==(NumberToStringConstant const& lhs,
109 bool operator!=(NumberToStringConstant const& lhs,
118 std::ostream& operator<<(std::ostream& os, NumberToStringConstant const& p) {
122 bool operator==(StringCons const& lhs, StringCons const& rhs) {
127 bool operator!=(StringCons const& lhs, StringCons const& rhs) {
135 std::ostream& operator<<(std::ostream& os, const StringConstantBase* base) {
154 std::ostream& operator<<(std::ostream& os, StringCons const& p) {