OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r_key
(Results
451 - 475
of
636
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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.6/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/8/sources/cxx-stl/gnu-libstdc++/4.6/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.7/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp
96
erase(key_const_reference
r_key
)
97
{ return erase_imp(
r_key
, traits_base::m_store_extra_indicator); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp
44
split(key_const_reference
r_key
, PB_DS_CLASS_C_DEC& other)
49
leaf_pointer p_split_lf = split_prep(
r_key
, other, bag);
81
split_prep(key_const_reference
r_key
, PB_DS_CLASS_C_DEC& other,
93
if (synth_access_traits::cmp_keys(
r_key
,
103
if (!synth_access_traits::cmp_keys(
r_key
,
111
iterator it = lower_bound(
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);)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp
96
erase(key_const_reference
r_key
)
97
{ return erase_imp(
r_key
, traits_base::m_store_extra_indicator); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp
44
split(key_const_reference
r_key
, PB_DS_CLASS_C_DEC& other)
49
leaf_pointer p_split_lf = split_prep(
r_key
, other, bag);
81
split_prep(key_const_reference
r_key
, PB_DS_CLASS_C_DEC& other,
93
if (synth_access_traits::cmp_keys(
r_key
,
103
if (!synth_access_traits::cmp_keys(
r_key
,
111
iterator it = lower_bound(
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);)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp
96
erase(key_const_reference
r_key
)
97
{ return erase_imp(
r_key
, traits_base::m_store_extra_indicator); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp
44
split(key_const_reference
r_key
, PB_DS_CLASS_C_DEC& other)
49
leaf_pointer p_split_lf = split_prep(
r_key
, other, bag);
81
split_prep(key_const_reference
r_key
, PB_DS_CLASS_C_DEC& other,
93
if (synth_access_traits::cmp_keys(
r_key
,
103
if (!synth_access_traits::cmp_keys(
r_key
,
111
iterator it = lower_bound(
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);)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp
133
operator()(const_key_reference
r_key
) const
134
{ return (comb_hash_fn_base::operator()(hash_fn_base::operator()(
r_key
)));}
219
operator()(const_key_reference
r_key
) const
221
const size_type hash = hash_fn_base::operator()(
r_key
);
230
(const_key_reference
r_key
, size_type hash) const
232
(const_key_reference /*
r_key
*/, size_type hash) const
235
_GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(
r_key
));
ranged_probe_fn.hpp
149
operator()(const_key_reference
r_key
) const
150
{ return comb_probe_fn_base::operator()(hash_fn_base::operator()(
r_key
)); }
259
operator()(const_key_reference
r_key
) const
261
const size_type hash = hash_fn_base::operator()(
r_key
);
278
(const_key_reference
r_key
, size_type hash) const
280
(const_key_reference /*
r_key
*/, size_type hash) const
283
_GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(
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/pat_trie_/
erase_fn_imps.hpp
44
erase(const_key_reference
r_key
)
46
node_pointer p_nd = find_imp(
r_key
);
49
_GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(
r_key
));
54
if (!synth_e_access_traits::equal_keys(PB_DS_V2F(reinterpret_cast<leaf_pointer>(p_nd)->value()),
r_key
))
56
_GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(
r_key
));
60
_GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(
r_key
));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp
133
operator()(const_key_reference
r_key
) const
134
{ return (comb_hash_fn_base::operator()(hash_fn_base::operator()(
r_key
)));}
219
operator()(const_key_reference
r_key
) const
221
const size_type hash = hash_fn_base::operator()(
r_key
);
230
(const_key_reference
r_key
, size_type hash) const
232
(const_key_reference /*
r_key
*/, size_type hash) const
235
_GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(
r_key
));
ranged_probe_fn.hpp
149
operator()(const_key_reference
r_key
) const
150
{ return comb_probe_fn_base::operator()(hash_fn_base::operator()(
r_key
)); }
259
operator()(const_key_reference
r_key
) const
261
const size_type hash = hash_fn_base::operator()(
r_key
);
278
(const_key_reference
r_key
, size_type hash) const
280
(const_key_reference /*
r_key
*/, size_type hash) const
283
_GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(
r_key
));
/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_/
erase_fn_imps.hpp
44
erase(const_key_reference
r_key
)
46
node_pointer p_nd = find_imp(
r_key
);
49
_GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(
r_key
));
54
if (!synth_e_access_traits::equal_keys(PB_DS_V2F(reinterpret_cast<leaf_pointer>(p_nd)->value()),
r_key
))
56
_GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(
r_key
));
60
_GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(
r_key
));
/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/hash_fn/
ranged_hash_fn.hpp
133
operator()(const_key_reference
r_key
) const
134
{ return (comb_hash_fn_base::operator()(hash_fn_base::operator()(
r_key
)));}
219
operator()(const_key_reference
r_key
) const
221
const size_type hash = hash_fn_base::operator()(
r_key
);
230
(const_key_reference
r_key
, size_type hash) const
232
(const_key_reference /*
r_key
*/, size_type hash) const
235
_GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(
r_key
));
ranged_probe_fn.hpp
149
operator()(const_key_reference
r_key
) const
150
{ return comb_probe_fn_base::operator()(hash_fn_base::operator()(
r_key
)); }
259
operator()(const_key_reference
r_key
) const
261
const size_type hash = hash_fn_base::operator()(
r_key
);
278
(const_key_reference
r_key
, size_type hash) const
280
(const_key_reference /*
r_key
*/, size_type hash) const
283
_GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(
r_key
));
/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_/
erase_fn_imps.hpp
44
erase(const_key_reference
r_key
)
46
node_pointer p_nd = find_imp(
r_key
);
49
_GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(
r_key
));
54
if (!synth_e_access_traits::equal_keys(PB_DS_V2F(reinterpret_cast<leaf_pointer>(p_nd)->value()),
r_key
))
56
_GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(
r_key
));
60
_GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(
r_key
));
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp
133
operator()(const_key_reference
r_key
) const
134
{ return (comb_hash_fn_base::operator()(hash_fn_base::operator()(
r_key
)));}
219
operator()(const_key_reference
r_key
) const
221
const size_type hash = hash_fn_base::operator()(
r_key
);
230
(const_key_reference
r_key
, size_type hash) const
232
(const_key_reference /*
r_key
*/, size_type hash) const
235
_GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(
r_key
));
ranged_probe_fn.hpp
149
operator()(const_key_reference
r_key
) const
150
{ return comb_probe_fn_base::operator()(hash_fn_base::operator()(
r_key
)); }
259
operator()(const_key_reference
r_key
) const
261
const size_type hash = hash_fn_base::operator()(
r_key
);
278
(const_key_reference
r_key
, size_type hash) const
280
(const_key_reference /*
r_key
*/, size_type hash) const
283
_GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(
r_key
));
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp
44
erase(const_key_reference
r_key
)
46
node_pointer p_nd = find_imp(
r_key
);
49
_GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(
r_key
));
54
if (!synth_e_access_traits::equal_keys(PB_DS_V2F(reinterpret_cast<leaf_pointer>(p_nd)->value()),
r_key
))
56
_GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(
r_key
));
60
_GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(
r_key
));
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp
133
operator()(const_key_reference
r_key
) const
134
{ return (comb_hash_fn_base::operator()(hash_fn_base::operator()(
r_key
)));}
219
operator()(const_key_reference
r_key
) const
221
const size_type hash = hash_fn_base::operator()(
r_key
);
230
(const_key_reference
r_key
, size_type hash) const
232
(const_key_reference /*
r_key
*/, size_type hash) const
235
_GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(
r_key
));
ranged_probe_fn.hpp
149
operator()(const_key_reference
r_key
) const
150
{ return comb_probe_fn_base::operator()(hash_fn_base::operator()(
r_key
)); }
259
operator()(const_key_reference
r_key
) const
261
const size_type hash = hash_fn_base::operator()(
r_key
);
278
(const_key_reference
r_key
, size_type hash) const
280
(const_key_reference /*
r_key
*/, size_type hash) const
283
_GLIBCXX_DEBUG_ASSERT(hash == hash_fn_base::operator()(
r_key
));
Completed in 931 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>