Searched refs:first_pos (Results 1 – 2 of 2) sorted by relevance
31 first_pos = match(useful_line, "[0-9a-fA-F]")32 useful_line = substr(useful_line, first_pos)
2829 (size_type first_pos, size_type last_pos, size_type limit_pos, size_type shift_count) in priv_insert_ordered_at_shift_range() argument2831 BOOST_ASSERT(first_pos <= last_pos); in priv_insert_ordered_at_shift_range()2835 T* const first_ptr = begin_ptr + first_pos; in priv_insert_ordered_at_shift_range()2845 else if((first_pos + shift_count) >= limit_pos){ in priv_insert_ordered_at_shift_range()2849 hole_size = first_pos + shift_count - limit_pos; in priv_insert_ordered_at_shift_range()