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

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp45 #include <ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp>
74 typedef __gnu_pbds::detail::synth_access_traits<type_traits, false, access_traits> synth_access_traits; typedef in struct:__gnu_pbds::detail::trie_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;
79 typedef base_type::_Inode<synth_access_traits, metadata> inode;
121 typedef __gnu_pbds::detail::synth_access_traits<type_traits, true, access_traits> synth_access_traits; typedef in struct:__gnu_pbds::detail::trie_traits
123 typedef base_type::_Node_base<synth_access_traits, metadat
[all...]
H A Dfind_fn_imps.hpp55 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
98 typename synth_access_traits::const_iterator b_it =
99 synth_access_traits::begin(r_key);
100 typename synth_access_traits::const_iterator e_it =
101 synth_access_traits::end(r_key);
130 synth_access_traits::begin(r_key);
133 synth_access_traits::end(r_key);
140 if (!synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
179 !synth_access_traits
[all...]
H A Dsynth_access_traits.hpp37 * @file pat_trie_/synth_access_traits.hpp
55 synth_access_traits<Type_Traits, Set, _ATraits>
59 struct synth_access_traits : public _ATraits struct in namespace:__gnu_pbds::detail
67 synth_access_traits();
69 synth_access_traits(const base_type&);
109 synth_access_traits() function in class:__gnu_pbds::detail::PB_DS_SYNTH_E_ACCESS_TRAITS_C_DEC
114 synth_access_traits(const _ATraits& r_traits) function in class:__gnu_pbds::detail::PB_DS_SYNTH_E_ACCESS_TRAITS_C_DEC
H A Dinsert_join_fn_imps.hpp85 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head->m_p_max)->value()),
89 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(other.m_p_head->m_p_max)->value()),
163 synth_access_traits::equal_prefixes(p_l->pref_b_it(), p_l->pref_e_it(),
329 synth_access_traits::equal_prefixes(p_l->pref_b_it(), p_l->pref_e_it(),
386 synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
441 typename synth_access_traits::const_iterator left_b_it = pref_begin(p_l);
442 typename synth_access_traits::const_iterator left_e_it = pref_end(p_l);
443 typename synth_access_traits::const_iterator right_b_it = pref_begin(p_r);
444 typename synth_access_traits::const_iterator right_e_it = pref_end(p_r);
465 synth_access_traits
[all...]
H A Dsplit_fn_imps.hpp93 if (synth_access_traits::cmp_keys(r_key,
103 if (!synth_access_traits::cmp_keys(r_key,
113 if (!synth_access_traits::equal_keys(PB_DS_V2F(*it), r_key))
124 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_access_traits&)(*this), other);)
H A Dconstructors_destructor_fn_imps.hpp66 synth_access_traits(r_access_traits),
80 synth_access_traits(other),
H A Dpat_trie_.hpp54 #include <ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp>
105 public Node_And_It_Traits::synth_access_traits,
115 typedef typename traits_type::synth_access_traits synth_access_traits; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
116 typedef typename synth_access_traits::const_iterator a_const_iterator;
H A Derase_fn_imps.hpp54 if (!synth_access_traits::equal_keys(PB_DS_V2F(reinterpret_cast<leaf_pointer>(p_nd)->value()), r_key))
/haiku-buildtools/gcc/libstdc++-v3/include/
H A DMakefile.am433 ${pb_srcdir}/detail/pat_trie_/synth_access_traits.hpp \
H A DMakefile.in722 ${pb_srcdir}/detail/pat_trie_/synth_access_traits.hpp \

Completed in 66 milliseconds