Searched refs:r_val (Results 1 - 25 of 539) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(PB_DS_V2F(r_val));)
57 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(PB_DS_V2F(r_val));)
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(PB_DS_V2F(r_val));)
57 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(PB_DS_V2F(r_val));)
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(PB_DS_V2F(r_val));)
57 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(PB_DS_V2F(r_val));)
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(PB_DS_V2F(r_val));)
57 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(PB_DS_V2F(r_val));)
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(PB_DS_V2F(r_val));)
57 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(PB_DS_V2F(r_val));)
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(PB_DS_V2F(r_val));)
57 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(PB_DS_V2F(r_val));)
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(PB_DS_V2F(r_val));)
57 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(PB_DS_V2F(r_val));)
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(PB_DS_V2F(r_val));)
57 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(PB_DS_V2F(r_val));)
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp46 insert(const_reference r_val) argument
49 entry_pointer p_l = find_imp(PB_DS_V2F(r_val));
53 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val))
57 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val))
59 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator);
69 allocate_new_entry(const_reference r_val, false_type) argument
74 value_type(r_val);
77 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));)
85 allocate_new_entry(const_reference r_val, true_type) argument
88 new (&p_l->m_value) value_type(r_val);
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_store_hash_fn_imps.hpp45 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
50 new (&p_e->m_value) mapped_value_type(r_val);
51 p_e->m_hash = ranged_probe_fn_base::operator()(PB_DS_V2F(r_val)).second;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_store_hash_fn_imps.hpp45 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
50 new (&p_e->m_value) mapped_value_type(r_val);
51 p_e->m_hash = ranged_probe_fn_base::operator()(PB_DS_V2F(r_val)).second;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_store_hash_fn_imps.hpp45 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
50 new (&p_e->m_value) mapped_value_type(r_val);
51 p_e->m_hash = ranged_probe_fn_base::operator()(PB_DS_V2F(r_val)).second;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_store_hash_fn_imps.hpp45 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
50 new (&p_e->m_value) mapped_value_type(r_val);
51 p_e->m_hash = ranged_probe_fn_base::operator()(PB_DS_V2F(r_val)).second;

Completed in 507 milliseconds

1234567891011>>