Home
last modified time | relevance | path

Searched refs:_DESCRIPTOR_KEY (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/google/protobuf/
Dservice_reflection.py62 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceType
77 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary:
79 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY]
92 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceStubType
107 if GeneratedServiceStubType._DESCRIPTOR_KEY not in dictionary:
109 descriptor = dictionary[GeneratedServiceStubType._DESCRIPTOR_KEY]
Dreflection.py117 attributes[GeneratedProtocolMessageType._DESCRIPTOR_KEY] = descriptor
/external/protobuf/python/google/protobuf/pyext/
Dcpp_message.py65 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py115 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType
138 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
165 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]