Home
last modified time | relevance | path

Searched defs:ProtocolErrorTraits (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/common/
Derror_test.cc44 struct ProtocolErrorTraits<TestError> { struct
45 static std::string ToString(TestError code) { in ToString()
58 static constexpr bool is_success(TestError proto_code) { in is_success()
64 struct ProtocolErrorTraits<TestErrorWithoutSuccess> { struct
65 static std::string ToString(TestErrorWithoutSuccess code) { in ToString()
/external/pigweed/pw_bluetooth_sapphire/host/common/public/pw_bluetooth_sapphire/internal/host/common/
Derror.h45 struct ProtocolErrorTraits { struct