HomeSort by relevance Sort by last modified time
    Searched refs:synth_access_traits (Results 1 - 8 of 8) sorted by null

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 45 #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, metadata> node
    [all...]
find_fn_imps.hpp 55 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::cmp_keys(PB_DS_V2F(*l_bound_it)
    [all...]
synth_access_traits.hpp 37 * @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
insert_join_fn_imps.hpp 85 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::cmp_keys(PB_DS_V2F(p_new_lf->value())
    [all...]
split_fn_imps.hpp 93 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);)
constructors_destructor_fn_imps.hpp 67 synth_access_traits(r_access_traits),
81 synth_access_traits(other),
pat_trie_.hpp 55 #include <ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp>
106 public Node_And_It_Traits::synth_access_traits,
116 typedef typename traits_type::synth_access_traits synth_access_traits; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
117 typedef typename synth_access_traits::const_iterator a_const_iterator;
erase_fn_imps.hpp 54 if (!synth_access_traits::equal_keys(PB_DS_V2F(reinterpret_cast<leaf_pointer>(p_nd)->value()), r_key))

Completed in 63 milliseconds