Home
last modified time | relevance | path

Searched refs:_DESCRIPTOR_KEY (Results 1 – 3 of 3) 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]
/external/protobuf/python/google/protobuf/pyext/
Dcpp_message.py65 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py105 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType
128 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
170 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]