| 26 | namespace test { |
| 27 | |
| 28 | bool Insanity::operator<(thrift::test::Insanity const& other) const { |
| 29 | using apache::thrift::ThriftDebugString; |
| 30 | return ThriftDebugString(*this) < ThriftDebugString(other); |
| 31 | } |
| 32 | } |
| 33 | } |
nothing calls this directly
no test coverage detected