HomeSort by relevance Sort by last modified time
    Searched refs:key_const_reference (Results 1 - 25 of 60) sorted by null

1 2 3

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
find_no_store_hash_fn_imps.hpp 45 find_key_pointer(key_const_reference r_key, false_type)
find_fn_imps.hpp 44 find(key_const_reference r_key)
53 find(key_const_reference r_key) const
debug_no_store_hash_fn_imps.hpp 60 key_const_reference r_key = PB_DS_V2F(p_e->m_value);
debug_store_hash_fn_imps.hpp 61 key_const_reference r_key = PB_DS_V2F(p_e->m_value);
erase_no_store_hash_fn_imps.hpp 45 erase_imp(key_const_reference r_key, false_type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 53 typedef typename __rebind_k::other::const_reference key_const_reference; typedef in struct:__gnu_pbds::sample_trie_access_traits
66 begin(key_const_reference);
70 end(key_const_reference);
trie_string_access_traits_imp.hpp 56 begin(key_const_reference r_key)
64 end(key_const_reference r_key)
72 begin_imp(key_const_reference r_key, detail::false_type)
80 begin_imp(key_const_reference r_key, detail::true_type)
88 end_imp(key_const_reference r_key, detail::false_type)
96 end_imp(key_const_reference r_key, detail::true_type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
synth_access_traits.hpp 65 typedef typename type_traits::key_const_reference key_const_reference; typedef in struct:__gnu_pbds::detail::synth_access_traits
76 equal_keys(key_const_reference, key_const_reference) const;
83 cmp_keys(key_const_reference, key_const_reference) const;
85 inline static key_const_reference
90 operator()(key_const_reference, key_const_reference);
94 inline static key_const_reference
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 65 operator()(key_const_reference r_key, size_type i) const;
sample_ranged_hash_fn.hpp 69 /// Transforms key_const_reference into a position within the table.
71 operator()(key_const_reference) const;
sample_ranged_probe_fn.hpp 73 operator()(key_const_reference, std::size_t, size_type) const;
ranged_probe_fn.hpp 81 typedef typename key_allocator::const_reference key_const_reference; typedef in class:__gnu_pbds::detail::ranged_probe_fn
99 operator()(key_const_reference) const;
102 operator()(key_const_reference, size_type, size_type) const;
149 operator()(key_const_reference r_key) const
155 operator()(key_const_reference, size_type hash, size_type i) const
187 typedef typename key_allocator::const_reference key_const_reference; typedef in class:__gnu_pbds::detail::ranged_probe_fn
206 operator()(key_const_reference) const;
209 operator()(key_const_reference, size_type, size_type) const;
212 operator()(key_const_reference, size_type) const;
259 operator()(key_const_reference r_key) cons
304 typedef typename key_allocator::const_reference key_const_reference; typedef in class:__gnu_pbds::detail::ranged_probe_fn
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 44 find(key_const_reference r_key)
53 find(key_const_reference r_key) const
cmp_fn_imps.hpp 61 key_const_reference r_key = key_const_reference(PB_DS_V2F(*it));
erase_no_store_hash_fn_imps.hpp 45 erase(key_const_reference r_key)
54 erase_in_pos_imp(key_const_reference r_key, size_type pos)
info_fn_imps.hpp 79 key_const_reference r_key =(key_const_reference)PB_DS_V2F(*it);
constructor_destructor_store_hash_fn_imps.hpp 52 p->m_hash = ranged_hash_fn_base::operator()((key_const_reference)(PB_DS_V2F(p->m_value))).second;
insert_no_store_hash_fn_imps.hpp 48 key_const_reference r_key = PB_DS_V2F(r_val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 62 typedef typename key_allocator::const_reference key_const_reference; typedef in struct:__gnu_pbds::detail::hash_eq_fn
69 operator()(key_const_reference r_lhs_key,
70 key_const_reference r_rhs_key) const
86 typedef typename key_allocator::const_reference key_const_reference; typedef in struct:__gnu_pbds::detail::hash_eq_fn
93 operator()(key_const_reference r_lhs_key, size_type lhs_hash,
94 key_const_reference r_rhs_key, size_type rhs_hash) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 44 find(key_const_reference r_key)
55 find(key_const_reference r_key) const
66 find_imp(key_const_reference r_key)
86 find_imp(key_const_reference r_key) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
debug_map_base.hpp 76 typedef Const_Key_Reference key_const_reference; typedef in class:__gnu_pbds::detail::debug_map_base
90 insert_new(key_const_reference);
93 erase_existing(key_const_reference);
99 check_key_exists(key_const_reference, const char*, int) const;
102 check_key_does_not_exist(key_const_reference, const char*, int) const;
112 split(key_const_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&);
122 find(key_const_reference) const;
125 find(key_const_reference);
150 insert_new(key_const_reference r_key)
176 erase_existing(key_const_reference r_key
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
trie_policy.hpp 81 typedef typename __rebind_k::other::const_reference key_const_reference; typedef in struct:__gnu_pbds::trie_string_access_traits
105 /// key_const_reference agumnet.
107 begin(key_const_reference);
110 /// key_const_reference argument.
112 end(key_const_reference);
120 begin_imp(key_const_reference, detail::false_type);
123 begin_imp(key_const_reference, detail::true_type);
126 end_imp(key_const_reference, detail::false_type);
129 end_imp(key_const_reference, detail::true_type);
163 typedef typename base_type::key_const_reference key_const_reference typedef in class:__gnu_pbds::trie_prefix_search_node_update
265 typedef typename base_type::key_const_reference key_const_reference; typedef in class:__gnu_pbds::trie_order_statistics_node_update
    [all...]
tree_policy.hpp 74 typedef typename base_type::key_const_reference key_const_reference; typedef in class:__gnu_pbds::tree_order_statistics_node_update
102 order_of_key(key_const_reference) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 44 lower_bound(key_const_reference r_key) const
63 lower_bound(key_const_reference r_key)
82 upper_bound(key_const_reference r_key) const
101 upper_bound(key_const_reference r_key)
120 find(key_const_reference r_key)
148 find(key_const_reference r_key) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 69 typedef typename rebind_k::const_reference key_const_reference; typedef in struct:__gnu_pbds::detail::branch_policy
71 static inline key_const_reference
100 typedef typename rebind_v::const_reference key_const_reference; typedef in struct:__gnu_pbds::detail::branch_policy
102 static inline key_const_reference

Completed in 737 milliseconds

1 2 3