Lines Matching refs:nested
66 nested = attr['nested-attributes']
68 nested = attr['sub-message']
70 nested = None
72 if nested:
73 self.nested_attrs = nested
955 self.nested = type_list is None
961 if self.nested and space_name in family.consts:
1326 nested = spec['nested-attributes']
1328 nested = spec.sub_message
1333 if self.pure_nested_structs[nested].recursive:
1335 if nested not in pns_key_seen:
1348 nested = spec['nested-attributes']
1349 if nested not in self.root_sets:
1350 if nested not in self.pure_nested_structs:
1351 self.pure_nested_structs[nested] = \
1352 Struct(self, nested, inherited=inherit,
1358 if nested in self.root_sets:
1363 self.pure_nested_structs[nested].set_inherited(inherit)
1365 return nested
1371 nested = submsg.name
1395 self.attr_sets[nested] = AttrSet(self, {
1396 "name": nested,
1401 if nested not in self.pure_nested_structs:
1402 self.pure_nested_structs[nested] = Struct(self, nested, submsg=submsg)
1404 return nested
1414 nested = self._load_nested_set_nest(spec)
1416 nested = self._load_nested_set_submsg(spec)
1420 if nested not in attr_set_seen:
1421 attr_set_queue.append(nested)
1422 attr_set_seen.add(nested)
1427 nested = spec['nested-attributes']
1429 nested = spec.sub_message
1431 nested = None
1433 if nested:
1435 self.pure_nested_structs[nested].request = True
1437 self.pure_nested_structs[nested].reply = True
1440 child = self.pure_nested_structs.get(nested)
2091 if struct.nested:
2143 if struct.nested:
2233 if struct.nested: