Searched refs:p_other_nd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp171 recursive_copy_node(const_node_pointer p_other_nd) argument
173 _GLIBCXX_DEBUG_ASSERT(p_other_nd != NULL);
174 if (p_other_nd->m_type == pat_trie_leaf_node_type)
176 const_leaf_pointer p_other_leaf = static_cast<const_leaf_pointer>(p_other_nd);
186 _GLIBCXX_DEBUG_ASSERT(p_other_nd->m_type == pat_trie_internal_node_type);
190 static_cast<const_internal_node_pointer>(p_other_nd);

Completed in 382 milliseconds