Searched refs:prevIt (Results 1 – 1 of 1) sorted by relevance
234 auto prevIt = prevSampleCache_.find(sample->data_.tid); in RecordCallBack() local235 if (prevIt == prevSampleCache_.end()) { in RecordCallBack()242 prevSample = std::move(prevIt->second); in RecordCallBack()251 prevIt->second = std::move(sample); in RecordCallBack()