HomeSort by relevance Sort by last modified time
    Searched refs:_DESCRIPTOR_KEY (Results 1 - 6 of 6) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
cpp_message.py 65 _DESCRIPTOR_KEY = 'DESCRIPTOR'
  /external/nanopb-c/generator/google/protobuf/
service_reflection.py 62 _DESCRIPTOR_KEY = 'DESCRIPTOR'
72 dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor object
77 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary:
79 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY]
92 _DESCRIPTOR_KEY = 'DESCRIPTOR'
101 dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor object
107 if GeneratedServiceStubType._DESCRIPTOR_KEY not in dictionary:
109 descriptor = dictionary[GeneratedServiceStubType._DESCRIPTOR_KEY]
reflection.py 98 _DESCRIPTOR_KEY = 'DESCRIPTOR'
114 constructing. dictionary[_DESCRIPTOR_KEY] must contain
121 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
142 constructing. dictionary[_DESCRIPTOR_KEY] must contain
146 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
  /external/protobuf/python/google/protobuf/
service_reflection.py 62 _DESCRIPTOR_KEY = 'DESCRIPTOR'
72 dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor object
77 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary:
79 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY]
92 _DESCRIPTOR_KEY = 'DESCRIPTOR'
101 dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor object
107 if GeneratedServiceStubType._DESCRIPTOR_KEY not in dictionary:
109 descriptor = dictionary[GeneratedServiceStubType._DESCRIPTOR_KEY]
reflection.py 117 attributes[GeneratedProtocolMessageType._DESCRIPTOR_KEY] = descriptor
  /external/protobuf/python/google/protobuf/internal/
python_message.py 115 _DESCRIPTOR_KEY = 'DESCRIPTOR'
131 constructing. dictionary[_DESCRIPTOR_KEY] must contain
138 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
161 constructing. dictionary[_DESCRIPTOR_KEY] must contain
165 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
    [all...]

Completed in 539 milliseconds