Searched refs:RecordIt (Results 1 – 1 of 1) sorted by relevance
68 auto RecordIt = mRecordsByPropId.find(propId); in getRecordLocked() local69 return RecordIt == mRecordsByPropId.end() ? nullptr : &RecordIt->second; in getRecordLocked()74 auto RecordIt = mRecordsByPropId.find(propId); in getRecordLocked() local75 return RecordIt == mRecordsByPropId.end() ? nullptr : &RecordIt->second; in getRecordLocked()