Home
last modified time | relevance | path

Searched refs:_DESCRIPTOR_KEY (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/python/google/protobuf/
H A Dservice_reflection.py68 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceType
78 dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor object
83 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary:
86 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY]
89 dictionary[GeneratedServiceType._DESCRIPTOR_KEY] = descriptor
104 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceStubType
113 dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor object
116 descriptor = dictionary.get(cls._DESCRIPTOR_KEY)
119 dictionary[GeneratedServiceStubType._DESCRIPTOR_KEY] = descriptor
123 if GeneratedServiceStubType._DESCRIPTOR_KEY no
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dcpp_message.py65 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType
/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py105 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType
121 constructing. dictionary[_DESCRIPTOR_KEY] must contain
131 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
173 constructing. dictionary[_DESCRIPTOR_KEY] must contain
177 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]

Completed in 3 milliseconds