Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in Service
219 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
/third_party/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py52 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
113 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dservice_reflection_test.py47 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
104 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/third_party/grpc/test/cpp/util/
Dgrpc_tool.cc467 bool GrpcTool::CallMethod(int argc, const char** argv, in CallMethod() function in grpc::testing::GrpcTool