HomeSort by relevance Sort by last modified time
    Searched refs:r_key (Results 426 - 450 of 636) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 44 erase(const_key_reference r_key)
50 if (s_eq_fn(r_key, PB_DS_V2F(m_p_l->m_value)))
60 if (s_eq_fn(r_key, PB_DS_V2F(p_l->m_p_next->m_value)))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/splay_tree_/
split_join_fn_imps.hpp 80 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other)
85 if (base_type::split_prep(r_key, other) == false)
92 node_pointer p_upper_bound = upper_bound(r_key).m_p_nd;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/tree_policy/
order_statistics_imp.hpp 84 order_of_key(const_key_reference r_key) const
99 if (r_cmp_fn(r_key, extract_key(*(*it))))
101 else if (r_cmp_fn(extract_key(*(*it)), r_key))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 44 erase(const_key_reference r_key)
50 if (s_eq_fn(r_key, PB_DS_V2F(m_p_l->m_value)))
60 if (s_eq_fn(r_key, PB_DS_V2F(p_l->m_p_next->m_value)))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/splay_tree_/
split_join_fn_imps.hpp 80 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other)
85 if (base_type::split_prep(r_key, other) == false)
92 node_pointer p_upper_bound = upper_bound(r_key).m_p_nd;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/tree_policy/
order_statistics_imp.hpp 84 order_of_key(const_key_reference r_key) const
99 if (r_cmp_fn(r_key, extract_key(*(*it))))
101 else if (r_cmp_fn(extract_key(*(*it)), r_key))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/tree_policy/
order_statistics_imp.hpp 77 order_of_key(key_const_reference r_key) const
88 if (r_cmp_fn(r_key, this->extract_key(*(*it))))
90 else if (r_cmp_fn(this->extract_key(*(*it)), r_key))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 44 erase(const_key_reference r_key)
50 if (s_eq_fn(r_key, PB_DS_V2F(m_p_l->m_value)))
60 if (s_eq_fn(r_key, PB_DS_V2F(p_l->m_p_next->m_value)))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/splay_tree_/
split_join_fn_imps.hpp 80 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other)
85 if (base_type::split_prep(r_key, other) == false)
92 node_pointer p_upper_bound = upper_bound(r_key).m_p_nd;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/tree_policy/
order_statistics_imp.hpp 84 order_of_key(const_key_reference r_key) const
99 if (r_cmp_fn(r_key, extract_key(*(*it))))
101 else if (r_cmp_fn(extract_key(*(*it)), r_key))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/tree_policy/
order_statistics_imp.hpp 77 order_of_key(key_const_reference r_key) const
88 if (r_cmp_fn(r_key, this->extract_key(*(*it))))
90 else if (r_cmp_fn(this->extract_key(*(*it)), r_key))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/tree_policy/
order_statistics_imp.hpp 77 order_of_key(key_const_reference r_key) const
88 if (r_cmp_fn(r_key, this->extract_key(*(*it))))
90 else if (r_cmp_fn(this->extract_key(*(*it)), r_key))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp 96 erase(const_key_reference r_key)
97 { return erase_imp(r_key, traits_base::m_store_extra_indicator); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other)
49 leaf_pointer p_split_lf = split_prep(r_key, other, bag);
83 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
94 if (synth_e_access_traits::cmp_keys(r_key,
104 if (!synth_e_access_traits::cmp_keys(r_key,
112 iterator it = lower_bound(r_key);
114 if (!synth_e_access_traits::equal_keys(PB_DS_V2F(*it), r_key))
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp 96 erase(const_key_reference r_key)
97 { return erase_imp(r_key, traits_base::m_store_extra_indicator); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other)
49 leaf_pointer p_split_lf = split_prep(r_key, other, bag);
83 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
94 if (synth_e_access_traits::cmp_keys(r_key,
104 if (!synth_e_access_traits::cmp_keys(r_key,
112 iterator it = lower_bound(r_key);
114 if (!synth_e_access_traits::equal_keys(PB_DS_V2F(*it), r_key))
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp 96 erase(const_key_reference r_key)
97 { return erase_imp(r_key, traits_base::m_store_extra_indicator); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other)
49 leaf_pointer p_split_lf = split_prep(r_key, other, bag);
83 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
94 if (synth_e_access_traits::cmp_keys(r_key,
104 if (!synth_e_access_traits::cmp_keys(r_key,
112 iterator it = lower_bound(r_key);
114 if (!synth_e_access_traits::equal_keys(PB_DS_V2F(*it), r_key))
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp 96 erase(const_key_reference r_key)
97 { return erase_imp(r_key, traits_base::m_store_extra_indicator); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other)
49 leaf_pointer p_split_lf = split_prep(r_key, other, bag);
83 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
94 if (synth_e_access_traits::cmp_keys(r_key,
104 if (!synth_e_access_traits::cmp_keys(r_key,
112 iterator it = lower_bound(r_key);
114 if (!synth_e_access_traits::equal_keys(PB_DS_V2F(*it), r_key))
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp 96 erase(const_key_reference r_key)
97 { return erase_imp(r_key, traits_base::m_store_extra_indicator); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other)
49 leaf_pointer p_split_lf = split_prep(r_key, other, bag);
83 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
94 if (synth_e_access_traits::cmp_keys(r_key,
104 if (!synth_e_access_traits::cmp_keys(r_key,
112 iterator it = lower_bound(r_key);
114 if (!synth_e_access_traits::equal_keys(PB_DS_V2F(*it), r_key))
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp 96 erase(const_key_reference r_key)
97 { return erase_imp(r_key, traits_base::m_store_extra_indicator); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other)
49 leaf_pointer p_split_lf = split_prep(r_key, other, bag);
83 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
94 if (synth_e_access_traits::cmp_keys(r_key,
104 if (!synth_e_access_traits::cmp_keys(r_key,
112 iterator it = lower_bound(r_key);
114 if (!synth_e_access_traits::equal_keys(PB_DS_V2F(*it), r_key))
125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp 96 erase(const_key_reference r_key)
97 { return erase_imp(r_key, traits_base::m_store_extra_indicator); }

Completed in 2445 milliseconds

<<11121314151617181920>>