/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
service_reflection.py | 143 def _WrapCallMethod(srvc, method_descriptor, 145 return self._CallMethod(srvc, method_descriptor, 156 def _CallMethod(self, srvc, method_descriptor, 162 method_descriptor: Descriptor that represent the method to call. 167 if method_descriptor.containing_service != self.descriptor: 170 method = getattr(srvc, method_descriptor.name) 173 def _GetRequestClass(self, method_descriptor): 177 method_descriptor: Descriptor of the method for which to return the 184 if method_descriptor.containing_service != self.descriptor: 187 return method_descriptor.input_type._concrete_clas [all...] |
service.py | 65 def CallMethod(self, method_descriptor, rpc_controller, 67 """Calls a method of the service specified by method_descriptor. 76 * method_descriptor.service == GetDescriptor 93 def GetRequestClass(self, method_descriptor): 108 def GetResponseClass(self, method_descriptor): 217 def CallMethod(self, method_descriptor, rpc_controller,
|
/external/protobuf/python/google/protobuf/ |
service_reflection.py | 143 def _WrapCallMethod(srvc, method_descriptor, 145 return self._CallMethod(srvc, method_descriptor, 156 def _CallMethod(self, srvc, method_descriptor, 162 method_descriptor: Descriptor that represent the method to call. 167 if method_descriptor.containing_service != self.descriptor: 170 method = getattr(srvc, method_descriptor.name) 173 def _GetRequestClass(self, method_descriptor): 177 method_descriptor: Descriptor of the method for which to return the 184 if method_descriptor.containing_service != self.descriptor: 187 return method_descriptor.input_type._concrete_clas [all...] |
service.py | 65 def CallMethod(self, method_descriptor, rpc_controller, 67 """Calls a method of the service specified by method_descriptor. 76 * method_descriptor.service == GetDescriptor 93 def GetRequestClass(self, method_descriptor): 108 def GetResponseClass(self, method_descriptor): 217 def CallMethod(self, method_descriptor, rpc_controller,
|
/external/oprofile/libregex/ |
demangle_java_symbol.cpp | 30 * method_descriptor: 35 * object_type method_name method_descriptor 141 bool method_descriptor(string & result, function in namespace:__anon12150 217 if (!method_descriptor(result, begin, end))
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
descriptor_test.py | 148 method_descriptor = service_descriptor.FindMethodByName("Foo") 171 method_options = method_descriptor.GetOptions() 329 method_descriptor = service_descriptor.FindMethodByName("Method") 366 method_descriptor.GetOptions().Extensions[
|
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 231 const MethodDescriptor* method_descriptor; member in union:google::protobuf::__anon12657::Symbol::__anon12658 256 CONSTRUCTOR(MethodDescriptor , METHOD , method_descriptor ) 268 case METHOD : return method_descriptor ->service()->file(); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.cc | 247 const MethodDescriptor* method_descriptor; member in union:google::protobuf::__anon19437::Symbol::__anon19438 272 CONSTRUCTOR(MethodDescriptor , METHOD , method_descriptor ) 284 case METHOD : return method_descriptor ->service()->file(); [all...] |