Searched defs:RegisterMethod (Results 1 – 4 of 4) sorted by relevance
57 void* RegisterMethod(const char* method) override { in RegisterMethod() function
57 void* RegisterMethod(const char* method) final { in RegisterMethod() function
162 void* Channel::RegisterMethod(const char* method) { in RegisterMethod() function in grpc::Channel
673 Server::RegisteredMethod* Server::RegisterMethod( in RegisterMethod() function in grpc_core::Server