Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
Dfind_fn_imps.hpp111 node_pointer p_next_nd = static_cast<inode_pointer>(p_nd)->get_child_node(b_it, e_it, this); in find_imp() local
113 if (p_next_nd == 0) in find_imp()
115 p_nd = p_next_nd; in find_imp()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
Dsplit_join_fn_imps.hpp254 node_pointer p_next_nd = p_nd->m_p_parent; in split() local
260 p_nd = p_next_nd; in split()