Home
last modified time | relevance | path

Searched refs:base_it_type (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
Dpoint_iterators.hpp319 base_it_type::m_p_nd = other.m_p_nd; in operator =()
327 base_it_type::m_p_nd = other.m_p_nd; in operator =()
334 _GLIBCXX_DEBUG_ASSERT(base_it_type::m_p_nd != NULL); in operator ->()
335 return &base_it_type::m_p_nd->m_value; in operator ->()
341 _GLIBCXX_DEBUG_ASSERT(base_it_type::m_p_nd != NULL); in operator *()
342 return base_it_type::m_p_nd->m_value; in operator *()
355 PB_DS_TREE_IT_C_DEC ret_it(base_it_type::m_p_nd); in operator ++()
370 PB_DS_TREE_IT_C_DEC ret_it(base_it_type::m_p_nd); in operator --()
376 typedef PB_DS_TREE_CONST_IT_C_DEC base_it_type; typedef in pb_ds::detail::bin_search_tree_it_
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
Dpoint_iterators.hpp417 base_it_type::m_p_nd = other.m_p_nd; in operator =()
425 base_it_type::m_p_nd = other.m_p_nd; in operator =()
432 _GLIBCXX_DEBUG_ASSERT(base_it_type::m_p_nd->m_type == pat_trie_leaf_node_type); in operator ->()
434 return &static_cast<leaf_pointer>(base_it_type::m_p_nd)->value(); in operator ->()
440 _GLIBCXX_DEBUG_ASSERT(base_it_type::m_p_nd->m_type == pat_trie_leaf_node_type); in operator *()
441 return static_cast<leaf_pointer>(base_it_type::m_p_nd)->value(); in operator *()
455 PB_DS_IT_C_DEC ret_it(base_it_type::m_p_nd); in operator ++()
470 PB_DS_IT_C_DEC ret_it(base_it_type::m_p_nd); in operator --()
476 typedef PB_DS_CONST_IT_C_DEC base_it_type; typedef in pb_ds::detail::pat_trie_it_