Home
last modified time | relevance | path

Searched refs:SetGlobalCallbacks (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/cpp/client/
Dclient_context.cc129 void ClientContext::SetGlobalCallbacks(GlobalCallbacks* client_callbacks) { in SetGlobalCallbacks() function in grpc::ClientContext
/external/grpc-grpc/include/grpcpp/
Dserver.h88 static void SetGlobalCallbacks(GlobalCallbacks* callbacks);
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dclient_context.h356 static void SetGlobalCallbacks(GlobalCallbacks* callbacks);
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc464 void Server::SetGlobalCallbacks(GlobalCallbacks* callbacks) { in SetGlobalCallbacks() function in grpc::Server