Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Dservice.py50 def CallMethod(self, method_descriptor, rpc_controller, member in Service
204 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
/third_party/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py24 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
85 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/api/
Dnode_type.py45 CallMethod = 5 variable in NodeType
/third_party/grpc/test/cpp/util/
Dgrpc_tool.cc506 bool GrpcTool::CallMethod(int argc, const char** argv, in CallMethod() function in grpc::testing::GrpcTool