Searched refs:m_records (Results 1 – 2 of 2) sorted by relevance
24 m_records.SetSize(0, 10); in string_table()34 Initialize(other.m_languages, other.m_records.GetCount()); in string_table()36 for (record = 0; record < m_records.GetCount(); record++) in string_table()40 string_table_record src = other.m_records[record]; in string_table()41 m_records[record].font_id = src.font_id; in string_table()42 m_records[record].id_name = src.id_name; in string_table()43 m_records[record].notes = src.notes; in string_table()47 m_records[record].strings[string] = src.strings[string]; in string_table()48 char_map.AddToMap(m_records[record].strings[string]); in string_table()130 if (m_records.GetCount() > 0) in CleanupStringTable()[all …]
162 CArray<string_table_record> m_records; variable