Home
last modified time | relevance | path

Searched defs:RegisterMethod (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dintercepted_channel.h57 void* RegisterMethod(const char* method) override { in RegisterMethod() function
Ddelegating_channel.h57 void* RegisterMethod(const char* method) final { in RegisterMethod() function
/third_party/grpc/src/cpp/client/
Dchannel_cc.cc162 void* Channel::RegisterMethod(const char* method) { in RegisterMethod() function in grpc::Channel
/third_party/grpc/src/core/lib/surface/
Dserver.cc673 Server::RegisteredMethod* Server::RegisterMethod( in RegisterMethod() function in grpc_core::Server