Searched refs:AsyncGenericService (Results 1 – 12 of 12) sorted by relevance
43 class AsyncGenericService; variable165 friend class AsyncGenericService;181 void RegisterAsyncGenericService(AsyncGenericService* service) override;
39 class AsyncGenericService; variable141 ServerBuilder& RegisterAsyncGenericService(AsyncGenericService* service);290 AsyncGenericService* generic_service_;
65 class AsyncGenericService final {67 AsyncGenericService() : server_(nullptr) {} in AsyncGenericService() function
31 class AsyncGenericService; variable114 virtual void RegisterAsyncGenericService(AsyncGenericService* service) = 0;
201 void HandleGenericCall(AsyncGenericService* service, in HandleGenericCall()233 AsyncGenericService* generic_service, in SetUpServer()470 AsyncGenericService generic_service; in TEST_F()769 AsyncGenericService generic_service; in TEST_F()783 AsyncGenericService generic_service; in TEST_F()801 AsyncGenericService generic_service; in TEST_F()821 AsyncGenericService generic_service; in TEST_F()845 AsyncGenericService generic_service; in TEST_F()866 AsyncGenericService generic_service; in TEST_F()
228 AsyncGenericService generic_service_;
184 AsyncGenericService generic_service_;
25 void AsyncGenericService::RequestCall( in RequestCall()
91 AsyncGenericService* service) { in RegisterAsyncGenericService()
540 void Server::RegisterAsyncGenericService(AsyncGenericService* service) { in RegisterAsyncGenericService()
540 grpc::AsyncGenericService* service) { in RegisterGenericService()585 new AsyncQpsServerTest<ByteBuffer, ByteBuffer, grpc::AsyncGenericService, in CreateAsyncGenericServer()588 &grpc::AsyncGenericService::RequestCall, nullptr, nullptr, nullptr, in CreateAsyncGenericServer()
98 AsyncGenericService generic_service_;