Home | History | Annotate | Download | only in pat_trie_

Lines Matching refs:p_first

1031       node_pointer p_first = *begin();
1032 if (p_first->m_type == leaf_node)
1034 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first);
1039 inode_pointer p = static_cast<inode_pointer>(p_first);
1040 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node);