Searched refs:enum_val_dict (Results 1 – 1 of 1) sorted by relevance
56 enum_val_dict = {} variable92 self.enum_val_dict = {}104 return self.enum_val_dict204 for n in self.enum_val_dict:205 if 'tmp_enum' == self.enum_val_dict[n]['type']:206 self.enum_val_dict[n]['type'] = base_type236 self.enum_val_dict[enum_name] = {}237 self.enum_val_dict[enum_name]['type'] = enum_type240 self.enum_val_dict[enum_name]['val'] = enum_val.split()[0]242 if 'VK_BIT' in self.enum_val_dict[enum_name]['val']:[all …]