Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/
Dserver.h43 class AsyncGenericService; variable
165 friend class AsyncGenericService;
181 void RegisterAsyncGenericService(AsyncGenericService* service) override;
Dserver_builder.h39 class AsyncGenericService; variable
141 ServerBuilder& RegisterAsyncGenericService(AsyncGenericService* service);
290 AsyncGenericService* generic_service_;
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dasync_generic_service.h65 class AsyncGenericService final {
67 AsyncGenericService() : server_(nullptr) {} in AsyncGenericService() function
Dserver_interface.h31 class AsyncGenericService; variable
114 virtual void RegisterAsyncGenericService(AsyncGenericService* service) = 0;
/external/grpc-grpc/test/cpp/end2end/
Dhybrid_end2end_test.cc201 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()
Dfilter_end2end_test.cc228 AsyncGenericService generic_service_;
Dgeneric_end2end_test.cc184 AsyncGenericService generic_service_;
/external/grpc-grpc/src/cpp/server/
Dasync_generic_service.cc25 void AsyncGenericService::RequestCall( in RequestCall()
Dserver_builder.cc91 AsyncGenericService* service) { in RegisterAsyncGenericService()
Dserver_cc.cc540 void Server::RegisterAsyncGenericService(AsyncGenericService* service) { in RegisterAsyncGenericService()
/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc540 grpc::AsyncGenericService* service) { in RegisterGenericService()
585 new AsyncQpsServerTest<ByteBuffer, ByteBuffer, grpc::AsyncGenericService, in CreateAsyncGenericServer()
588 &grpc::AsyncGenericService::RequestCall, nullptr, nullptr, nullptr, in CreateAsyncGenericServer()
/external/grpc-grpc/test/cpp/cocoapods/generic/
Dgeneric.mm98 AsyncGenericService generic_service_;