Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp65 typedef pat_trie_base base_type;
66 typedef types_traits<Key, Mapped, _Alloc, false> type_traits;
71 typedef _ATraits access_traits;
79 typedef base_type::_Inode<synth_access_traits, metadata> inode;
112 typedef pat_trie_base base_type;
113 typedef types_traits<Key, null_type, _Alloc, false> type_traits;
117 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
118 typedef _ATraits access_traits;
129 typedef const_iterator iterator;
131 typedef const_reverse_iterator reverse_iterator;
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp65 typedef pat_trie_base base_type;
66 typedef types_traits<Key, Mapped, _Alloc, false> type_traits;
71 typedef _ATraits access_traits;
79 typedef base_type::_Inode<synth_access_traits, metadata> inode;
112 typedef pat_trie_base base_type;
113 typedef types_traits<Key, null_type, _Alloc, false> type_traits;
117 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
118 typedef _ATraits access_traits;
129 typedef const_iterator iterator;
131 typedef const_reverse_iterator reverse_iterator;
[all …]