HomeSort by relevance Sort by last modified time
    Searched defs:CallMethod (Results 1 - 3 of 3) sorted by null

  /external/protobuf/python/google/protobuf/
service.py 65 def CallMethod(self, method_descriptor, rpc_controller,
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,
222 procedure looks the same as Service.CallMethod(), but the requirements
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 47 def CallMethod(self, method, controller, request, response, callback):
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,
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]

Completed in 24 milliseconds