Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/raw/
Dmethod_union_test.cc34 class FakeGeneratedService : public Service { class
36 constexpr FakeGeneratedService(uint32_t id) : Service(id, kMethods) {} in FakeGeneratedService() function in pw::rpc::internal::__anon683ea9d90111::FakeGeneratedService
47 : public FakeGeneratedService<FakeGeneratedServiceImpl> {
49 FakeGeneratedServiceImpl(uint32_t id) : FakeGeneratedService(id) {} in FakeGeneratedServiceImpl()
/external/pigweed/pw_rpc/nanopb/
Dmethod_union_test.cc29 class FakeGeneratedService : public Service { class
31 constexpr FakeGeneratedService(uint32_t id) : Service(id, kMethods) {} in FakeGeneratedService() function in pw::rpc::internal::__anon936eb4ad0111::FakeGeneratedService
66 : public FakeGeneratedService<FakeGeneratedServiceImpl> {
68 FakeGeneratedServiceImpl(uint32_t id) : FakeGeneratedService(id) {} in FakeGeneratedServiceImpl()
/external/pigweed/pw_rpc/pwpb/
Dmethod_union_test.cc30 class FakeGeneratedService : public Service { class
32 constexpr FakeGeneratedService(uint32_t id) : Service(id, kMethods) {} in FakeGeneratedService() function in pw::rpc::internal::__anon3e8653480111::FakeGeneratedService
67 : public FakeGeneratedService<FakeGeneratedServiceImpl> {
69 FakeGeneratedServiceImpl(uint32_t id) : FakeGeneratedService(id) {} in FakeGeneratedServiceImpl()