Searched defs:CallMethod (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in class:Service
86 before CallMethod() returns or it may be at some point in the future.
96 CallMethod() requires that the request is of a particular subclass of
104 service.CallMethod(method, request, callback)
111 This method isn't really needed, as the RpcChannel's CallMethod constructs
217 def CallMethod(self, method_descriptor, rpc_controller, member in class:RpcChannel
222 procedure looks the same as Service.CallMethod(), but the requirements
/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py47 def CallMethod(self, method, controller, request, response, callback): member in class:FooUnitTest.testService.MockRpcChannel
78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
97 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
104 def CallMethod(self, method, controller, request, member in class:FooUnitTest.testServiceStub.MockRpcChannel
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc948 void CallMethod(const MethodDescriptor* method, function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1055 TEST_F(GeneratedServiceTest, CallMethod) {
1056 // Test that CallMethod() works.
1058 // Call Foo() via CallMethod().
1059 mock_service_.CallMethod(foo_, &mock_controller_,
1072 mock_service_.CallMethod(bar_, &mock_controller_,
1084 mock_service_.CallMethod(foo_, &mock_controller_,
1090 mock_service_.CallMethod(foo_, &mock_controller_,

Completed in 50 milliseconds