Searched refs:next_it (Results 1 – 2 of 2) sorted by relevance
307 typename Internal_Node::iterator next_it = it; in get_larger_sibling() local308 ++next_it; in get_larger_sibling()309 return ((next_it == p_parent->end())? NULL :* next_it); in get_larger_sibling()
527 auto next_it = it + 1; in GetCompactUnwindInfoForFunction() local528 if (next_it != m_indexes.end()) in GetCompactUnwindInfoForFunction()533 unwind_info.valid_range_offset_end = next_it->function_offset; in GetCompactUnwindInfoForFunction()