Searched defs:ProtocolErrorTraits (Results 1 – 2 of 2) sorted by relevance
44 struct ProtocolErrorTraits<TestError> { struct45 static std::string ToString(TestError code) { in ToString()58 static constexpr bool is_success(TestError proto_code) { in is_success()64 struct ProtocolErrorTraits<TestErrorWithoutSuccess> { struct65 static std::string ToString(TestErrorWithoutSuccess code) { in ToString()
44 struct ProtocolErrorTraits { struct