Searched refs:synth_e_access_traits (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp56 #include <ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp>
96 synth_e_access_traits<
100 synth_e_access_traits; typedef in struct:pb_ds::detail::trie_traits
105 synth_e_access_traits,
113 synth_e_access_traits,
121 synth_e_access_traits,
129 synth_e_access_traits,
186 synth_e_access_traits,
198 synth_e_access_traits,
257 synth_e_access_traits<
261 synth_e_access_traits; typedef in struct:pb_ds::detail::trie_traits
[all...]
H A Dfind_fn_imps.hpp61 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
86 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
104 typename synth_e_access_traits::const_iterator b_it =
105 synth_e_access_traits::begin(r_key);
106 typename synth_e_access_traits::const_iterator e_it =
107 synth_e_access_traits::end(r_key);
136 synth_e_access_traits::begin(r_key);
139 synth_e_access_traits::end(r_key);
146 if (!synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
185 !synth_e_access_traits
[all...]
H A Dsynth_e_access_traits.hpp43 * @file synth_e_access_traits.hpp
61 synth_e_access_traits< \
67 struct synth_e_access_traits : public E_Access_Traits struct in namespace:pb_ds::detail
80 synth_e_access_traits();
82 synth_e_access_traits(const E_Access_Traits& r_traits);
121 synth_e_access_traits() function in class:pb_ds::detail::PB_DS_SYNTH_E_ACCESS_TRAITS_C_DEC
126 synth_e_access_traits(const E_Access_Traits& r_traits) : function in class:pb_ds::detail::PB_DS_SYNTH_E_ACCESS_TRAITS_C_DEC
H A Dinsert_join_fn_imps.hpp90 const bool greater = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(
94 const bool lesser = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(
167 synth_e_access_traits::equal_prefixes(p_l->pref_b_it(), p_l->pref_e_it(),
331 synth_e_access_traits::equal_prefixes(p_l->pref_b_it(), p_l->pref_e_it(),
388 synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
440 typename synth_e_access_traits::const_iterator left_b_it = pref_begin(p_l);
441 typename synth_e_access_traits::const_iterator left_e_it = pref_end(p_l);
442 typename synth_e_access_traits::const_iterator right_b_it = pref_begin(p_r);
443 typename synth_e_access_traits::const_iterator right_e_it = pref_end(p_r);
464 synth_e_access_traits
[all...]
H A Dsplit_fn_imps.hpp100 if (synth_e_access_traits::cmp_keys(r_key,
110 if (!synth_e_access_traits::cmp_keys(r_key,
120 if (!synth_e_access_traits::equal_keys(PB_DS_V2F(*it), r_key))
131 _GLIBCXX_DEBUG_ONLY(map_debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
H A Dpat_trie_.hpp54 #include <ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp>
129 public Node_And_It_Traits::synth_e_access_traits,
136 typedef typename Node_And_It_Traits::synth_e_access_traits synth_e_access_traits; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
137 typedef typename Allocator::template rebind<synth_e_access_traits>::other::const_pointer const_e_access_traits_pointer;
138 typedef typename synth_e_access_traits::const_iterator const_e_iterator;
H A Dconstructors_destructor_fn_imps.hpp72 synth_e_access_traits(r_e_access_traits),
86 synth_e_access_traits(other),
H A Derase_fn_imps.hpp60 if (!synth_e_access_traits::equal_keys(PB_DS_V2F(reinterpret_cast<leaf_pointer>(p_nd)->value()), r_key))
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile420 pat_trie_/synth_e_access_traits.hpp \
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.am437 ${pb_srcdir}/detail/pat_trie_/synth_e_access_traits.hpp \
H A DMakefile.in661 ${pb_srcdir}/detail/pat_trie_/synth_e_access_traits.hpp \

Completed in 69 milliseconds