Searched defs:trie_traits (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | traits.hpp | 62 struct trie_traits<Key, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc> struct 65 typedef pat_trie_base base_type; 66 typedef types_traits<Key, Mapped, _Alloc, false> type_traits; 69 …pename trie_node_metadata_dispatch<Key, Mapped, _ATraits, Node_Update, _Alloc>::type metadata_type; 70 typedef base_type::_Metadata<metadata_type, _Alloc> metadata; 71 typedef _ATraits access_traits; 74 …f __gnu_pbds::detail::synth_access_traits<type_traits, false, access_traits> synth_access_traits; 76 typedef base_type::_Node_base<synth_access_traits, metadata> node; 77 typedef base_type::_Head<synth_access_traits, metadata> head; 78 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | traits.hpp | 62 struct trie_traits<Key, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc> struct 65 typedef pat_trie_base base_type; 66 typedef types_traits<Key, Mapped, _Alloc, false> type_traits; 69 …pename trie_node_metadata_dispatch<Key, Mapped, _ATraits, Node_Update, _Alloc>::type metadata_type; 70 typedef base_type::_Metadata<metadata_type, _Alloc> metadata; 71 typedef _ATraits access_traits; 74 …f __gnu_pbds::detail::synth_access_traits<type_traits, false, access_traits> synth_access_traits; 76 typedef base_type::_Node_base<synth_access_traits, metadata> node; 77 typedef base_type::_Head<synth_access_traits, metadata> head; 78 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; [all …]
|