Home
last modified time | relevance | path

Searched defs:pat_trie_node_base (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dnode_base.hpp77 struct pat_trie_node_base : public pat_trie_node_metadata_base< struct
85 node_pointer;
90 const_e_access_traits_pointer;
97 subtree_debug_info;
110 node_pointer m_p_parent;
111 const pat_trie_node_type m_type;
116 pat_trie_node_base(pat_trie_node_type type) : m_type(type) in pat_trie_node_base() function in pb_ds::detail::PB_DS_CLASS_C_DEC