Home
last modified time | relevance | path

Searched refs:GenericServerContext (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dasync_generic_service.h35 class GenericServerContext final : public ServerContext {
69 void RequestCall(GenericServerContext* ctx,
Dserver_interface.h33 class GenericServerContext; variable
255 GenericAsyncRequest(ServerInterface* server, GenericServerContext* context,
290 void RequestAsyncGenericCall(GenericServerContext* context, in RequestAsyncGenericCall()
/external/grpc-grpc/test/cpp/end2end/
Dgeneric_end2end_test.cc116 GenericServerContext srv_ctx; in SendRpc()
211 GenericServerContext srv_ctx; in TEST_F()
268 GenericServerContext srv_ctx; in TEST_F()
Dfilter_end2end_test.cc171 GenericServerContext srv_ctx; in SendRpc()
265 GenericServerContext srv_ctx; in TEST_F()
Dhybrid_end2end_test.cc203 GenericServerContext srv_ctx; in HandleGenericCall()
/external/grpc-grpc/src/cpp/server/
Dasync_generic_service.cc26 GenericServerContext* ctx, GenericServerAsyncReaderWriter* reader_writer, in RequestCall()
Dserver_cc.cc90 GenericServerContext server_context_;
723 ServerInterface* server, GenericServerContext* context, in GenericAsyncRequest()
741 static_cast<GenericServerContext*>(context_)->method_ = in FinalizeResult()
743 static_cast<GenericServerContext*>(context_)->host_ = in FinalizeResult()
/external/grpc-grpc/test/cpp/cocoapods/generic/
Dgeneric.mm172 GenericServerContext srv_ctx;
/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc586 grpc::GenericServerContext>( in CreateAsyncGenericServer()