Searched refs:rbegin (Results 1 – 14 of 14) sorted by relevance
27 auto it = statusString_.rbegin(); in TraceDataCacheBase()
140 auto it = frames.rbegin(); in AddReportCallStackReverse()158 HLOGV("add child %*s %d-%d %s @%d %s", static_cast<int>(it - frames.rbegin()), "", in AddReportCallStackReverse()
46 auto frameIt = sample.callFrames_.rbegin(); in AddReportItem()54 for (frameIt = sample.callFrames_.rbegin(); frameIt != sample.callFrames_.rend(); in AddReportItem()
128 HWTEST_F(HashListTest, rbegin, TestSize.Level1)135 auto last = hashList.rbegin();
185 ReverseIterator rbegin();
630 auto HashList<Key, Val>::rbegin() in rbegin() function in OHOS::Developtools::HiPerf::HashList
629 auto HashList<Key, Val>::rbegin()
257 for (auto frame = sample->callFrames_.rbegin(); frame != sample->callFrames_.rend(); ++frame) { in UpdatePerfCallChainData()
254 for (auto frame = sample->callFrames_.rbegin(); frame != sample->callFrames_.rend(); ++frame) { in UpdatePerfCallChainData()
505 for (auto itor = framesInfo->rbegin(); itor != framesInfo->rend(); itor++) { in FillOfflineSymbolizationFrames()
513 for (auto itor = framesInfo->rbegin(); itor != framesInfo->rend(); itor++) { in FillOfflineSymbolizationFrames()