/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
service_reflection.py | 124 def __init__(self, service_descriptor): 128 service_descriptor: ServiceDescriptor to use when constructing the 131 self.descriptor = service_descriptor 242 def __init__(self, service_descriptor): 246 service_descriptor: ServiceDescriptor to use when constructing the 249 self.descriptor = service_descriptor
|
/external/protobuf/python/google/protobuf/ |
service_reflection.py | 124 def __init__(self, service_descriptor): 128 service_descriptor: ServiceDescriptor to use when constructing the 131 self.descriptor = service_descriptor 242 def __init__(self, service_descriptor): 246 service_descriptor: ServiceDescriptor to use when constructing the 249 self.descriptor = service_descriptor
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
service_reflection_test.py | 77 service_descriptor = unittest_pb2.TestService.GetDescriptor() 78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller, 97 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
|
descriptor_test.py | 146 service_descriptor =\ 148 method_descriptor = service_descriptor.FindMethodByName("Foo") 168 service_options = service_descriptor.GetOptions() 327 service_descriptor =\ 329 method_descriptor = service_descriptor.FindMethodByName("Method") 362 service_descriptor.GetOptions().Extensions[
|
/external/protobuf/python/google/protobuf/internal/ |
service_reflection_test.py | 77 service_descriptor = unittest_pb2.TestService.GetDescriptor() 78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller, 97 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.cc | 246 const ServiceDescriptor* service_descriptor; member in union:google::protobuf::__anon19437::Symbol::__anon19438 271 CONSTRUCTOR(ServiceDescriptor , SERVICE , service_descriptor ) 283 case SERVICE : return service_descriptor ->file(); [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 230 const ServiceDescriptor* service_descriptor; member in union:google::protobuf::__anon33570::Symbol::__anon33571 255 CONSTRUCTOR(ServiceDescriptor , SERVICE , service_descriptor ) 267 case SERVICE : return service_descriptor ->file(); [all...] |
/prebuilts/misc/linux-x86/protobuf/ |
aprotoc | |