Searched refs:GetRecordDataIndex (Results 1 – 2 of 2) sorted by relevance
88 recordData_[GetRecordDataIndex(dataIdx)] = value; in SetRecordData()93 return recordData_[GetRecordDataIndex(dataIdx)]; in GetRecordData()176 int GetRecordDataIndex(RecordData dataIdx) in GetRecordDataIndex() function183 recordData_[GetRecordDataIndex(dataIdx)] += value;
564 for (int idx = 0; idx <= GetRecordDataIndex(RecordData::END_RECORD_OVERWRITE); idx++) { in InitializeRecordList()