Home
last modified time | relevance | path

Searched refs:string_table_record (Results 1 – 9 of 9) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dstring_table.h2 struct string_table_record struct
4 string_table_record() in string_table_record() function
83 string_table_record &GetRecord(int string_index);
84 string_table_record &GetRecord(CString id_name);
162 CArray<string_table_record> m_records;
Dstring_table.cpp40 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()
[all …]
Dresource_view.h72 int PasteResource(string_table_record &record, int conflict_option = 0);
Dcopy_paste_engine.cpp492 string_table_record record; in WriteStringDependencies()
537 string_table_record record; in ReadStringDependencies()
Dstring_table_edit_dlg.h273 string_table_record m_record;
Dconfig_languages_dlg.cpp706 string_table_record record = pOldTable->GetRecord(index); in OnBnClickedOk()
Dstring_table_edit_dlg.cpp1281 string_table_record record = mpTable->GetRecord(selected_string_index); in OnDeleteClicked()
2117 string_table_record selected_record = mpTable->GetRecord(GetSelectedId()); in SortStringTable()
2133 string_table_record current; in SortStringTable()
Dresource_view.cpp1617 int resource_view::PasteResource(string_table_record &record, int conflict_option) in PasteResource()
DStudioXProject.cpp3071 string_table_record record; in WriteStringTable()