Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/
Dservice_test.cc35 class ServiceTestMethod : public internal::Method { class
37 constexpr ServiceTestMethod(uint32_t id, char the_value) in ServiceTestMethod() function in pw::rpc::__anon3e6944ca0111::ServiceTestMethod
45 constexpr ServiceTestMethodUnion(ServiceTestMethod&& method) in ServiceTestMethodUnion()
53 ServiceTestMethod service_test;
62 ServiceTestMethod(123, 'a'),
63 ServiceTestMethod(456, 'b'),
64 ServiceTestMethod(789, 'c'),