Searched defs:descriptor_pb2 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_database_test.py38 from google.protobuf import descriptor_pb2 namespace
47 file_desc_proto = descriptor_pb2.FileDescriptorProto.FromString(
H A Dmessage_factory_test.py38 from google.protobuf import descriptor_pb2 namespace
49 self.factory_test1_fd = descriptor_pb2.FileDescriptorProto.FromString(
51 self.factory_test2_fd = descriptor_pb2.FileDescriptorProto.FromString(
H A Ddescriptor_pool_test.py38 from google.protobuf import descriptor_pb2 namespace
50 self.factory_test1_fd = descriptor_pb2.FileDescriptorProto.FromString(
52 self.factory_test2_fd = descriptor_pb2.FileDescriptorProto.FromString(
H A Ddescriptor_test.py41 from google.protobuf import descriptor_pb2 namespace
126 descriptor_pb2.EnumOptions())
128 descriptor_pb2.EnumValueOptions())
130 descriptor_pb2.MessageOptions())
132 descriptor_pb2.FieldOptions())
134 descriptor_pb2.MethodOptions())
136 descriptor_pb2.ServiceOptions())
420 descriptor_pb2.DescriptorProto,
436 descriptor_pb2.DescriptorProto,
453 descriptor_pb2
[all...]
H A Dreflection_test.py48 from google.protobuf import descriptor_pb2 namespace
991 options=descriptor_pb2.FieldOptions())
996 options=descriptor_pb2.MessageOptions())
1019 new_field.label = descriptor_pb2.FieldDescriptorProto.LABEL_OPTIONAL
1023 desc_proto = descriptor_pb2.DescriptorProto()
1025 fdp = descriptor_pb2.FieldDescriptorProto
1036 new_field.label = descriptor_pb2.FieldDescriptorProto.LABEL_REPEATED
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py56 from google.protobuf import descriptor_pb2 namespace
194 dep_proto = descriptor_pb2.FileDescriptorProto.FromString(
235 desc_proto: The descriptor_pb2.DescriptorProto protobuf message.
301 enum_proto: The descriptor_pb2.EnumDescriptorProto protobuf message.
523 dep_proto = descriptor_pb2.FileDescriptorProto.FromString(
H A Ddescriptor.py102 from google.protobuf import descriptor_pb2 namespace
104 options_class = getattr(descriptor_pb2, self._options_class_name)
158 """Copies this to the matching proto in descriptor_pb2.
161 proto: An empty proto instance from descriptor_pb2.
220 options: (descriptor_pb2.MessageOptions) Protocol message options or None
291 """Copies this to a descriptor_pb2.DescriptorProto.
294 proto: An empty descriptor_pb2.DescriptorProto.
354 options: (descriptor_pb2.FieldOptions) Protocol message field options or
510 options: (descriptor_pb2.EnumOptions) Enum options message or
537 """Copies this to a descriptor_pb2
[all...]
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py40 from google.protobuf import descriptor_pb2 namespace
116 descriptor_pb2.EnumOptions())
118 descriptor_pb2.EnumValueOptions())
120 descriptor_pb2.MessageOptions())
122 descriptor_pb2.FieldOptions())
124 descriptor_pb2.MethodOptions())
126 descriptor_pb2.ServiceOptions())
159 descriptor_pb2.DescriptorProto,
175 descriptor_pb2.DescriptorProto,
192 descriptor_pb2
[all...]
H A Dreflection_test.py49 from google.protobuf import descriptor_pb2 namespace
717 options=descriptor_pb2.FieldOptions())
722 options=descriptor_pb2.MessageOptions())
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py86 from google.protobuf import descriptor_pb2 namespace
88 options_class = getattr(descriptor_pb2, self._options_class_name)
142 """Copies this to the matching proto in descriptor_pb2.
145 proto: An empty proto instance from descriptor_pb2.
204 options: (descriptor_pb2.MessageOptions) Protocol message options or None
257 """Copies this to a descriptor_pb2.DescriptorProto.
260 proto: An empty descriptor_pb2.DescriptorProto.
320 options: (descriptor_pb2.FieldOptions) Protocol message field options or
422 options: (descriptor_pb2.EnumOptions) Enum options message or
449 """Copies this to a descriptor_pb2
[all...]

Completed in 210 milliseconds