Home
last modified time | relevance | path

Searched refs:GenericCallbackServerContext (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dasync_generic_service.h91 class GenericCallbackServerContext final : public grpc::CallbackServerContext {
115 GenericCallbackServerContext* /*ctx*/) { in CreateReactor() argument
130 return CreateReactor(static_cast<GenericCallbackServerContext*>(ctx)); in Handler()
Dserver_context.h116 class GenericCallbackServerContext; variable
398 friend class ::grpc::GenericCallbackServerContext;
400 friend class ::grpc::experimental::GenericCallbackServerContext;
637 virtual experimental::GenericCallbackServerContext*
642 virtual GenericCallbackServerContext* NewGenericCallbackServerContext() { in NewGenericCallbackServerContext()
650 virtual void Release(experimental::GenericCallbackServerContext*) {} in Release() argument
652 virtual void Release(GenericCallbackServerContext*) {} in Release() argument
Dserver_context_impl.h104 class GenericCallbackServerContext; variable
379 friend class ::grpc::GenericCallbackServerContext;
381 friend class ::grpc::experimental::GenericCallbackServerContext;
/third_party/grpc/src/cpp/server/
Dserver_cc.cc112 using ::grpc::experimental::GenericCallbackServerContext;
742 grpc::GenericCallbackServerContext>::FinalizeResult(void** /*tag*/, in FinalizeResult()
763 grpc::GenericCallbackServerContext>::method_name() const { in method_name()
1109 new CallbackRequest<grpc::GenericCallbackServerContext>(this, cq, &result); in RegisterCallbackGenericService()
/third_party/grpc/test/cpp/end2end/
Dhybrid_end2end_test.cc48 using ::grpc::experimental::GenericCallbackServerContext;
822 GenericCallbackServerContext* context) override { in TEST_P()