Searched refs:prev_from (Results 1 – 3 of 3) sorted by relevance
106 const char* prev_from = from; in do_length() local113 from = prev_from; in do_length()121 from = prev_from; in do_length()
214 char const *prev_from = from; in do_length() local217 from = prev_from; in do_length()223 from = prev_from; in do_length()
1845 iterator previous(const_iterator prev_from, iterator i) in previous() argument1846 { return this->previous(prev_from, const_iterator(i)).unconst(); } in previous()1857 const_iterator previous(const_iterator prev_from, const_iterator i) const in previous() argument1864 (prev_from.pointed_node(), i.pointed_node()), this->priv_value_traits_ptr()); in previous()