Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A 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()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Derror.h44 struct ProtocolErrorTraits { struct