Searched refs:nested_types (Results 1 – 12 of 12) sorted by relevance
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 242 nested_types, enum_types, extensions, options=None, argument 267 self.nested_types = nested_types 268 for nested_type in nested_types: 270 self.nested_types_by_name = dict((t.name, t) for t in nested_types) 815 nested_types = {} 823 nested_types[full_name] = nested_desc 834 if full_type_name in nested_types: 835 nested_desc = nested_types[full_type_name] 849 nested_types.values(), enum_types.values(), [])
|
D | descriptor_pool.py | 378 nested_types=nested, 387 for nested in desc.nested_types: 598 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 | 157 set(unittest_pb2.TestAllTypes.DESCRIPTOR.nested_types), 163 self.assertEqual(unittest_pb2.TestEmptyMessage.DESCRIPTOR.nested_types, []) 165 unittest_pb2.TestAllTypes.NestedMessage.DESCRIPTOR.nested_types, [])
|
D | descriptor_test.py | 84 nested_types=[], 636 self.assertEqual(result.nested_types[0].fields[0].full_name, 638 self.assertEqual(result.nested_types[0].fields[0].enum_type, 639 result.nested_types[0].enum_types[0])
|
D | descriptor_pool_test.py | 113 nested_msg1 = msg1.nested_types[0] 134 nested_msg2 = msg2.nested_types[0]
|
D | reflection_test.py | 1008 containing_type=None, nested_types=[], enum_types=[], 2808 nested_types=[], enum_types=[], 2812 nested_types=[leaf_desc], enum_types=[], 2816 nested_types=[], enum_types=[], 2820 nested_types=[child_desc, sibling_desc],
|