Searched refs:rend (Results 1 – 10 of 10) sorted by relevance
154 HWTEST_F(HashListTest, rend, TestSize.Level1)161 auto first = hashList.rend();175 const auto first = hashList.rend();
142 while (it != frames.rend()) { in AddReportCallStackReverse()153 if (it + 1 == frames.rend()) { in AddReportCallStackReverse()
54 for (frameIt = sample.callFrames_.rbegin(); frameIt != sample.callFrames_.rend(); in AddReportItem()62 (std::next(frameIt) == sample.callFrames_.rend()) ? sample.data_.period : 0); in AddReportItem()
187 ReverseIterator rend();
633 return rend();649 auto HashList<Key, Val>::rend()
634 return rend(); in rbegin()650 auto HashList<Key, Val>::rend() in rend() function in OHOS::Developtools::HiPerf::HashList
343 if (splitResult_.rbegin() != splitResult_.rend() && in SplitPerfParsingData()626 for (auto frame = sample->callFrames_.rbegin(); frame != sample->callFrames_.rend(); ++frame) { in UpdateCallChainUnCompressed()
620 for (auto itor = framesInfo->rbegin(); itor != framesInfo->rend(); itor++) { in FillOfflineSymbolizationFrames()