Searched refs:nested_types (Results 1 – 13 of 13) sorted by relevance
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 259 nested_types, enum_types, extensions, options=None, argument 270 nested_types, enum_types, extensions, options=None, argument 297 self.nested_types = nested_types 298 for nested_type in nested_types: 300 self.nested_types_by_name = dict((t.name, t) for t in nested_types) 935 nested_types = {} 944 nested_types[full_name] = nested_desc 955 if full_type_name in nested_types: 956 nested_desc = nested_types[full_type_name] 970 list(nested_types.values()), list(enum_types.values()), [],
|
D | descriptor_pool.py | 339 for nested in message_desc.nested_types: 458 nested_types=nested, 468 for nested in desc.nested_types: 693 for symbol in self._ExtractSymbols(desc.nested_types):
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor_pb2.py | 197 nested_types=[], 295 nested_types=[], 330 nested_types=[], 399 nested_types=[_DESCRIPTORPROTO_EXTENSIONRANGE, ], 476 nested_types=[], 520 nested_types=[], 562 nested_types=[], 604 nested_types=[], 653 nested_types=[], 744 nested_types=[], [all …]
|
D | descriptor.py | 227 nested_types, enum_types, extensions, options=None, argument 252 self.nested_types = nested_types 253 self.nested_types_by_name = dict((t.name, t) for t in nested_types)
|
D | descriptor_pool.py | 278 nested_types=nested, 287 for nested in desc.nested_types:
|
/external/nanopb-c/generator/proto/ |
D | plugin_pb2.py | 49 nested_types=[], 91 nested_types=[], 125 nested_types=[_CODEGENERATORRESPONSE_FILE, ],
|
D | nanopb_pb2.py | 134 nested_types=[],
|
/external/nanopb-c/generator/google/protobuf/compiler/ |
D | plugin_pb2.py | 53 nested_types=[], 95 nested_types=[], 129 nested_types=[_CODEGENERATORRESPONSE_FILE, ],
|
/external/protobuf/python/google/protobuf/internal/ |
D | generator_test.py | 162 set(unittest_pb2.TestAllTypes.DESCRIPTOR.nested_types), 168 self.assertEqual(unittest_pb2.TestEmptyMessage.DESCRIPTOR.nested_types, []) 170 unittest_pb2.TestAllTypes.NestedMessage.DESCRIPTOR.nested_types, [])
|
D | descriptor_test.py | 764 self.assertEqual(result.nested_types[0].fields[0].full_name, 766 self.assertEqual(result.nested_types[0].fields[0].enum_type, 767 result.nested_types[0].enum_types[0])
|
D | descriptor_pool_test.py | 122 nested_msg1 = msg1.nested_types[0] 143 nested_msg2 = msg2.nested_types[0]
|
D | reflection_test.py | 1022 containing_type=None, nested_types=[], enum_types=[], 2851 nested_types=[], enum_types=[], 2855 nested_types=[leaf_desc], enum_types=[], 2859 nested_types=[], enum_types=[], 2863 nested_types=[child_desc, sibling_desc],
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_containers.cc | 1006 namespace nested_types { namespace 1051 return descriptor::NewSequence(&nested_types::ContainerDef, descriptor); in NewMessageNestedTypesSeq() 1055 return descriptor::NewMappingByName(&nested_types::ContainerDef, descriptor); in NewMessageNestedTypesByName()
|