Lines Matching refs:Struct
195 raise Exception(f"Struct member not implemented for class type {self.type}")
941 class Struct:
1247 # dict space-name -> Struct
1352 Struct(self, nested, inherited=inherit,
1402 self.pure_nested_structs[nested] = Struct(self, nested, submsg=submsg)
1604 self.struct[op_dir] = Struct(family, self.attr_set,
1608 self.struct['reply'] = Struct(family, self.attr_set,
2918 struct = Struct(family, op['attribute-set'],
2960 struct = Struct(family, op['attribute-set'],
3483 struct = Struct(parsed, parsed.global_policy_set, type_list=parsed.global_policy)
3513 struct = Struct(parsed, parsed.global_policy_set, type_list=parsed.global_policy)
3606 struct = Struct(parsed, name)