Home
last modified time | relevance | path

Searched refs:ServiceTestMethod (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_rpc/
Dservice_test.cc33 class ServiceTestMethod : public internal::Method { class
35 constexpr ServiceTestMethod(uint32_t id, char the_value) in ServiceTestMethod() function in pw::rpc::__anon90b51ca80111::ServiceTestMethod
43 constexpr ServiceTestMethodUnion(ServiceTestMethod&& method) in ServiceTestMethodUnion()
51 ServiceTestMethod service_test;
60 ServiceTestMethod(123, 'a'),
61 ServiceTestMethod(456, 'b'),
62 ServiceTestMethod(789, 'c'),