Home
last modified time | relevance | path

Searched refs:prev_from (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/nowide/
Dutf8_codecvt.hpp106 const char* prev_from = from; in do_length() local
113 from = prev_from; in do_length()
121 from = prev_from; in do_length()
/third_party/boost/boost/locale/
Dgeneric_codecvt.hpp214 char const *prev_from = from; in do_length() local
217 from = prev_from; in do_length()
223 from = prev_from; in do_length()
/third_party/boost/boost/intrusive/
Dslist.hpp1845 iterator previous(const_iterator prev_from, iterator i) in previous() argument
1846 { 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() argument
1864 (prev_from.pointed_node(), i.pointed_node()), this->priv_value_traits_ptr()); in previous()