Searched refs:ServiceImpl (Results 1 – 11 of 11) sorted by relevance
28 class ServiceImpl : public sample::Service { class30 explicit ServiceImpl(bool* was_deleted = nullptr) in ServiceImpl() function in mojo::__anonda42b1ef0111::ServiceImpl32 ~ServiceImpl() override { in ~ServiceImpl()49 DISALLOW_COPY_AND_ASSIGN(ServiceImpl);79 ServiceImpl impl; in TEST_P()91 ServiceImpl impl; in TEST_P()127 ServiceImpl impl; in TEST_P()146 ServiceImpl impl; in TEST_P()162 class ServiceImplWithBinding : public ServiceImpl {167 : ServiceImpl(was_deleted), in ServiceImplWithBinding()[all …]
246 class ServiceImpl : public Service { class294 ServiceImpl impl; in Accept()
48 class ServiceImpl final : public ::grpc::testing::EchoTestService::Service { class50 ServiceImpl() : bidi_stream_count_(0), response_stream_count_(0) {} in ServiceImpl() function in grpc::testing::__anon96d95d380111::ServiceImpl119 ServiceImpl service_;
46 class ServiceImpl final : public ::grpc::testing::EchoTestService::Service { class62 ServiceImpl service; in RunServer()
30 public static class ServiceImpl implements ClientServiceWithDependencyInjection.Service { class in ClientServiceWithDependencyInjection41 private static final Service service = new ServiceImpl();
30 public static class ServiceImpl implements Service { class in ClientServiceWithFactories41 private static Service instance = new ServiceImpl();
32 @ImplementedBy(ServiceImpl.class)38 public static class ServiceImpl implements ClientServiceWithGuiceDefaults.Service { class in ClientServiceWithGuiceDefaults
37 public static class ServiceImpl implements Service { class in ClientServiceWithGuice47 bind(Service.class).to(ServiceImpl.class).in(Scopes.SINGLETON); in configure()
3 public class ServiceImpl implements Service { class
45 bind(Service.class).to(ServiceImpl.class); in getInjector()
33 class ServiceImpl final : public MyGame::Example::MonsterStorage::Service { class84 ServiceImpl service; in RunServer()