Home
last modified time | relevance | path

Searched refs:m_full (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/archive/iterators/
Descape.hpp58 m_full = true; in dereference_impl()
63 if(!m_full) in dereference()
69 if(m_full){ in equal()
70 if(! rhs.m_full) in equal()
74 if(rhs.m_full) in equal()
92 m_full = false; in increment()
98 bool m_full; member in boost::archive::iterators::escape
105 m_full(false), in escape()
Dmb_from_wchar.hpp64 if(! m_full){ in dereference_impl()
66 m_full = true; in dereference_impl()
108 m_full = false; in increment()
117 bool m_full; member in boost::archive::iterators::mb_from_wchar
127 m_full(false) in mb_from_wchar()
134 m_full(rhs.m_full) in mb_from_wchar()
Dunescape.hpp56 if(! m_full){ in dereference_impl()
58 m_full = true; in dereference_impl()
68 bool m_full; member in boost::archive::iterators::unescape
73 m_full = false; in increment()
80 m_full(false) in unescape()
Dremove_whitespace.hpp104 if(! m_full){ in dereference_impl()
107 m_full = true; in dereference_impl()
117 bool m_full; member in boost::archive::iterators::filter_iterator
122 m_full = false; in increment()
127 m_full(false) in filter_iterator()