Home | History | Annotate | Download | only in unordered_iterator

Lines Matching defs:base_type

87     _GLIBCXX_DEBUG_ASSERT(base_type::m_p_value != 0);
88 return (const_cast<pointer>(base_type::m_p_value));
95 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_value != 0);
96 return (const_cast<reference>(*base_type::m_p_value));
103 base_type::m_p_tbl->inc_it_state(base_type::m_p_value, base_type::m_pos);
112 base_type::m_p_tbl->inc_it_state(base_type::m_p_value, base_type::m_pos);
117 typedef const_iterator_ base_type;