Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/raw/
Draw_method_union_test.cc32 class FakeGeneratedService : public Service { class
34 constexpr FakeGeneratedService(uint32_t id) : Service(id, kMethods) {} in FakeGeneratedService() function in pw::rpc::internal::__anon2fce3dc40111::FakeGeneratedService
51 : public FakeGeneratedService<FakeGeneratedServiceImpl> {
53 FakeGeneratedServiceImpl(uint32_t id) : FakeGeneratedService(id) {} in FakeGeneratedServiceImpl()
/external/pigweed/pw_rpc/nanopb/
Dnanopb_method_union_test.cc30 class FakeGeneratedService : public Service { class
32 constexpr FakeGeneratedService(uint32_t id) : Service(id, kMethods) {} in FakeGeneratedService() function in pw::rpc::internal::__anon4e1b2bcc0111::FakeGeneratedService
63 : public FakeGeneratedService<FakeGeneratedServiceImpl> {
65 FakeGeneratedServiceImpl(uint32_t id) : FakeGeneratedService(id) {} in FakeGeneratedServiceImpl()