Searched refs:next_it (Results 1 – 6 of 6) sorted by relevance
97 std::pair<NodePtr, NodeIterator>& next_it = parent_iterators_.top(); in MoveToNextNode() local99 current_ = *next_it.second; in MoveToNextNode()101 ++next_it.second; in MoveToNextNode()103 if (next_it.first->end() == next_it.second) parent_iterators_.pop(); in MoveToNextNode()204 std::pair<NodePtr, NodeIterator>& next_it = parent_iterators_.top(); in MoveToNextNode() local206 if (next_it.second == next_it.first->end()) { in MoveToNextNode()208 current_ = next_it.first; in MoveToNextNode()214 current_ = *next_it.second; in MoveToNextNode()216 ++next_it.second; in MoveToNextNode()
194 auto next_it = std::next(iter); in LoadUnicode() local201 if (next_it == to_unicode.end() || curCharcode + 1 != next_it->first) in LoadUnicode()206 next_it = std::next(iter); in LoadUnicode()214 if (next_it == to_unicode.end() || curCharcode + 1 != next_it->first || in LoadUnicode()215 curUnicode + 1 != next_it->second) { in LoadUnicode()221 next_it = std::next(iter); in LoadUnicode()398 auto next_it = std::next(it); in LoadCompositeFont() local399 if (next_it == widths.end() || next_it->first != it->first + 1 || in LoadCompositeFont()400 next_it->second != it->second) { in LoadCompositeFont()417 auto next_it = std::next(it); in LoadCompositeFont() local[all …]
211 auto next_it = read_it + 1; variable212 while (next_it != entries_.end() && add_accumulator < add_step &&213 next_it->PrevMaxRank() - read_it->NextMinRank() <= eps_delta) {215 ++next_it;217 if (read_it == next_it - 1) {220 read_it = next_it - 1;
256 auto next_it = std::lower_bound(next_snap.snapshot_ids.begin(), in ConvertSlowpath() local258 PERFETTO_DCHECK(next_it != next_snap.snapshot_ids.end() && in ConvertSlowpath()259 *next_it == snapshot_id); in ConvertSlowpath()261 std::distance(next_snap.snapshot_ids.begin(), next_it)); in ConvertSlowpath()