Home
last modified time | relevance | path

Searched defs:CallbackServerContext (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/examples/cpp/flow_control/
Dclient_flow_control_server.cc77 SayHelloBidiStream(grpc::CallbackServerContext* /* context */) override { in SayHelloBidiStream()
Dserver_flow_control_server.cc104 grpc::CallbackServerContext* /*context*/, in SayHelloStreamReply()
/third_party/grpc/test/cpp/qps/
Dserver_callback.cc48 StreamingCall(grpc::CallbackServerContext*) override { in StreamingCall()
/third_party/grpc/include/grpcpp/impl/
Dserver_callback_handlers.h38 std::function<ServerUnaryReactor*(grpc::CallbackServerContext*, in CallbackUnaryHandler()
257 explicit CallbackClientStreamingHandler( in CallbackClientStreamingHandler()
450 explicit CallbackServerStreamingHandler( in CallbackServerStreamingHandler()
/third_party/grpc/include/grpcpp/
Dserver_context.h622 CallbackServerContext() {} in CallbackServerContext() function
672 virtual void Release(CallbackServerContext*) {} in Release() argument
Dclient_context.h63 class CallbackServerContext; variable
/third_party/grpc/test/cpp/end2end/
Dresource_quota_end2end_stress_test.cc87 EchoServerUnaryReactor(CallbackServerContext* /*ctx*/, in EchoServerUnaryReactor() argument
Dcontext_allocator_end2end_test.cc201 grpc::CallbackServerContext* /*callback_server_context*/) override { in Release()
/third_party/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc164 [this](CallbackServerContext* /*ctx*/, const ByteBuffer* request) { in HealthCheckServiceImpl() argument