Searched refs:class_types (Results 1 – 1 of 1) sorted by relevance
86 TypeList class_types; in GetTypeInfo() local98 class_types.Insert(type_sp); in GetTypeInfo()103 if (class_types.Empty()) { in GetTypeInfo()107 class_types.Insert(type_sp); in GetTypeInfo()111 if (class_types.Empty()) { in GetTypeInfo()116 if (class_types.GetSize() == 1) { in GetTypeInfo()117 type_sp = class_types.GetTypeAtIndex(0); in GetTypeInfo()134 for (i = 0; i < class_types.GetSize(); i++) { in GetTypeInfo()135 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfo()149 for (i = 0; i < class_types.GetSize(); i++) { in GetTypeInfo()[all …]