Lines Matching refs:string_table_record
40 string_table_record src = other.m_records[record]; in string_table()
191 string_table_record record; in AddString()
429 static int compare_id(string_table_record *record_1, string_table_record *record_2) in compare_id()
435 static int compare_string(string_table_record *record_1, string_table_record *record_2) in compare_string()
443 …qsort(&m_records.GetAt(1), m_records.GetSize() - 1, sizeof(string_table_record), (int(*)(const voi… in SortById()
450 …qsort(&m_records.GetAt(1), m_records.GetSize() - 1, sizeof(string_table_record), (int(*)(const voi… in SortByString()
464 string_table_record temp; in SortByReferenceCount()
517 string_table_record NullRecord;
520 string_table_record &string_table::GetRecord(int string_index) in GetRecord()
530 string_table_record &string_table::GetRecord(CString id_name) in GetRecord()
661 string_table_record record; in UpdateGuixLanguageTable()