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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp165 recursive_copy_node(node_const_pointer p_ncp) argument
167 _GLIBCXX_DEBUG_ASSERT(p_ncp != 0);
168 if (p_ncp->m_type == leaf_node)
170 leaf_const_pointer p_other_lf = static_cast<leaf_const_pointer>(p_ncp);
179 _GLIBCXX_DEBUG_ASSERT(p_ncp->m_type == i_node);
182 inode_const_pointer p_icp = static_cast<inode_const_pointer>(p_ncp);

Completed in 114 milliseconds