OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallMethod
(Results
1 - 5
of
5
) 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
service_reflection.py
140
#
CallMethod
needs to operate with an instance of the Service class. This
142
# instance to the method that does the real
CallMethod
work.
148
cls.
CallMethod
= _WrapCallMethod
169
'
CallMethod
() given method descriptor for wrong service type.')
282
return stub.rpc_channel.
CallMethod
(
/external/protobuf/src/google/protobuf/
service.h
160
// before
CallMethod
() returns or it may be at some point in the future.
166
virtual void
CallMethod
(const MethodDescriptor* method,
172
//
CallMethod
() requires that the request and response passed in are of a
176
// objects which you can then pass to
CallMethod
().
184
// service->
CallMethod
(method, *request, response, callback);
274
// procedure looks the same as Service::
CallMethod
(), but the requirements
278
virtual void
CallMethod
(const MethodDescriptor* method,
/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 38 milliseconds