Searched refs:m_reference_records (Results 1 – 2 of 2) sorted by relevance
963 m_reference_records.Add(record); in MakeMLViewReferenceRecord()1016 for (int index = 0; index < m_reference_records.GetCount(); index++) in CleanUpMLViewRefereceRecord()1018 record = m_reference_records.GetAt(index); in CleanUpMLViewRefereceRecord()1022 m_reference_records.RemoveAll(); in CleanUpMLViewRefereceRecord()1030 for (int index = 0; index < m_reference_records.GetCount(); index++) in GetMLViewReferenceRecord()1032 record = m_reference_records.GetAt(index); in GetMLViewReferenceRecord()1061 for (int index = 0; index < m_reference_records.GetCount(); index++) in CountGeneratedStrings()1063 record = m_reference_records.GetAt(index); in CountGeneratedStrings()
164 CArray<string_reference_record *> m_reference_records; variable