Searched refs:r_key (Results 1 - 25 of 99) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dtrie_string_access_traits_imp.hpp58 begin(key_const_reference r_key) argument
60 return (begin_imp(r_key, s_rev_ind));
66 end(key_const_reference r_key) argument
68 return (end_imp(r_key, s_rev_ind));
74 begin_imp(key_const_reference r_key, detail::false_type) argument
76 return (r_key.begin());
82 begin_imp(key_const_reference r_key, detail::true_type) argument
84 return (r_key.rbegin());
90 end_imp(key_const_reference r_key, detail::false_type) argument
92 return (r_key
98 end_imp(key_const_reference r_key, detail::true_type) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dtrie_string_access_traits_imp.hpp58 begin(key_const_reference r_key) argument
60 return (begin_imp(r_key, s_rev_ind));
66 end(key_const_reference r_key) argument
68 return (end_imp(r_key, s_rev_ind));
74 begin_imp(key_const_reference r_key, detail::false_type) argument
76 return (r_key.begin());
82 begin_imp(key_const_reference r_key, detail::true_type) argument
84 return (r_key.rbegin());
90 end_imp(key_const_reference r_key, detail::false_type) argument
92 return (r_key
98 end_imp(key_const_reference r_key, detail::true_type) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Derase_no_store_hash_fn_imps.hpp47 erase(key_const_reference r_key) argument
50 return erase_in_pos_imp(r_key, ranged_hash_fn_base::operator()(r_key));
56 erase_in_pos_imp(key_const_reference r_key, size_type pos) argument
64 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
69 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
72 PB_DS_CHECK_KEY_EXISTS(r_key)
85 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
90 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value), r_key))
93 PB_DS_CHECK_KEY_EXISTS(r_key)
[all...]
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) argument
49 return find_key_pointer(r_key, traits_base::m_store_extra_indicator);
55 find(key_const_reference r_key) const
58 return const_cast<PB_DS_CLASS_C_DEC& >(*this).find_key_pointer(r_key,
H A Dinsert_no_store_hash_fn_imps.hpp50 key_const_reference r_key = PB_DS_V2F(r_val); local
51 const size_type pos = ranged_hash_fn_base::operator()(r_key);
56 r_key))
65 PB_DS_CHECK_KEY_EXISTS(r_key)
69 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
H A Derase_store_hash_fn_imps.hpp47 erase_in_pos_imp(key_const_reference r_key, const comp_hash& r_pos_hash_pair) argument
55 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
61 r_key, r_pos_hash_pair.second))
64 PB_DS_CHECK_KEY_EXISTS(r_key)
77 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
83 p_next_e->m_hash, r_key,
87 PB_DS_CHECK_KEY_EXISTS(r_key)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Derase_no_store_hash_fn_imps.hpp47 erase(key_const_reference r_key) argument
50 return erase_in_pos_imp(r_key, ranged_hash_fn_base::operator()(r_key));
56 erase_in_pos_imp(key_const_reference r_key, size_type pos) argument
64 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
69 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
72 PB_DS_CHECK_KEY_EXISTS(r_key)
85 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
90 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value), r_key))
93 PB_DS_CHECK_KEY_EXISTS(r_key)
[all...]
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) argument
49 return find_key_pointer(r_key, traits_base::m_store_extra_indicator);
55 find(key_const_reference r_key) const
58 return const_cast<PB_DS_CLASS_C_DEC& >(*this).find_key_pointer(r_key,
H A Dinsert_no_store_hash_fn_imps.hpp50 key_const_reference r_key = PB_DS_V2F(r_val); local
51 const size_type pos = ranged_hash_fn_base::operator()(r_key);
56 r_key))
65 PB_DS_CHECK_KEY_EXISTS(r_key)
69 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
H A Derase_store_hash_fn_imps.hpp47 erase_in_pos_imp(key_const_reference r_key, const comp_hash& r_pos_hash_pair) argument
55 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
61 r_key, r_pos_hash_pair.second))
64 PB_DS_CHECK_KEY_EXISTS(r_key)
77 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
83 p_next_e->m_hash, r_key,
87 PB_DS_CHECK_KEY_EXISTS(r_key)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp47 find_key_pointer(key_const_reference r_key, false_type)
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) argument
49 return find_key_pointer(r_key, traits_base::m_store_extra_indicator);
55 find(key_const_reference r_key) const
58 return const_cast<PB_DS_CLASS_C_DEC&>(*this).find_key_pointer(r_key, traits_base::m_store_extra_indicator);
H A Derase_no_store_hash_fn_imps.hpp47 erase_imp(key_const_reference r_key, false_type) argument
50 size_type hash = ranged_probe_fn_base::operator()(r_key);
56 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
63 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
68 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
H A Dinsert_no_store_hash_fn_imps.hpp47 find_ins_pos(key_const_reference r_key, false_type) argument
49 size_type hash = ranged_probe_fn_base::operator()(r_key);
59 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
67 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
76 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
79 PB_DS_CHECK_KEY_EXISTS(r_key)
100 key_const_reference r_key = PB_DS_V2F(r_val); local
101 const size_type pos = find_ins_pos(r_key,
106 PB_DS_CHECK_KEY_EXISTS(r_key)
110 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
[all...]
H A Derase_store_hash_fn_imps.hpp47 erase_imp(key_const_reference r_key, true_type) argument
49 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key);
54 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
62 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
68 r_key, pos_hash_pair.second))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp47 find_key_pointer(key_const_reference r_key, false_type)
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) argument
49 return find_key_pointer(r_key, traits_base::m_store_extra_indicator);
55 find(key_const_reference r_key) const
58 return const_cast<PB_DS_CLASS_C_DEC&>(*this).find_key_pointer(r_key, traits_base::m_store_extra_indicator);
H A Derase_no_store_hash_fn_imps.hpp47 erase_imp(key_const_reference r_key, false_type) argument
50 size_type hash = ranged_probe_fn_base::operator()(r_key);
56 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
63 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
68 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
H A Dinsert_no_store_hash_fn_imps.hpp47 find_ins_pos(key_const_reference r_key, false_type) argument
49 size_type hash = ranged_probe_fn_base::operator()(r_key);
59 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
67 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
76 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
79 PB_DS_CHECK_KEY_EXISTS(r_key)
100 key_const_reference r_key = PB_DS_V2F(r_val); local
101 const size_type pos = find_ins_pos(r_key,
106 PB_DS_CHECK_KEY_EXISTS(r_key)
110 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) argument
48 node_pointer p_found = find_imp(r_key);
57 find(key_const_reference r_key) const
59 const node_pointer p_found = find_imp(r_key);
68 find_imp(key_const_reference r_key) argument
74 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
76 if (!Cmp_Fn::operator()(r_key, PB_DS_V2F(p_nd->m_value)))
88 find_imp(key_const_reference r_key) const
93 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
95 if (!Cmp_Fn::operator()(r_key, PB_DS_V2
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) argument
48 node_pointer p_found = find_imp(r_key);
57 find(key_const_reference r_key) const
59 const node_pointer p_found = find_imp(r_key);
68 find_imp(key_const_reference r_key) argument
74 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
76 if (!Cmp_Fn::operator()(r_key, PB_DS_V2F(p_nd->m_value)))
88 find_imp(key_const_reference r_key) const
93 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
95 if (!Cmp_Fn::operator()(r_key, PB_DS_V2
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dfind_fn_imps.hpp46 lower_bound(key_const_reference r_key) const
52 if (Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
65 lower_bound(key_const_reference r_key) argument
71 if (Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
84 upper_bound(key_const_reference r_key) const
90 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(p_nd->m_value)))
103 upper_bound(key_const_reference r_key) argument
109 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(p_nd->m_value)))
122 find(key_const_reference r_key) argument
129 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dfind_fn_imps.hpp46 lower_bound(key_const_reference r_key) const
52 if (Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
65 lower_bound(key_const_reference r_key) argument
71 if (Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
84 upper_bound(key_const_reference r_key) const
90 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(p_nd->m_value)))
103 upper_bound(key_const_reference r_key) argument
109 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(p_nd->m_value)))
122 find(key_const_reference r_key) argument
129 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dfind_fn_imps.hpp46 find_imp(key_const_reference r_key) const
50 if (s_eq_fn(r_key, PB_DS_V2F(m_p_l->m_value)))
53 PB_DS_CHECK_KEY_EXISTS(r_key)
61 if (s_eq_fn(r_key, PB_DS_V2F(p_next->m_value)))
76 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dfind_fn_imps.hpp46 find_imp(key_const_reference r_key) const
50 if (s_eq_fn(r_key, PB_DS_V2F(m_p_l->m_value)))
53 PB_DS_CHECK_KEY_EXISTS(r_key)
61 if (s_eq_fn(r_key, PB_DS_V2F(p_next->m_value)))
76 PB_DS_CHECK_KEY_DOES_NOT_EXIST(r_key)

Completed in 296 milliseconds

1234