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

123

/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/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;
H A Dconstructor_destructor_no_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);
/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;
H A Dconstructor_destructor_no_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);
/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;
H A Dconstructor_destructor_no_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);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp45 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
49 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
H A Dinsert_no_store_hash_fn_imps.hpp45 insert_imp(const_reference r_val, false_type) argument
48 key_const_reference r_key = PB_DS_V2F(r_val);
68 return std::make_pair(insert_new_imp(r_val, pos), true);
H A Dentry_list_fn_imps.hpp57 get_entry(const_reference r_val, true_type) argument
63 new (&p_e->m_value) value_type(r_val);
70 get_entry(const_reference r_val, false_type) argument
77 new (&p_e->m_value) value_type(r_val);
H A Dconstructor_destructor_store_hash_fn_imps.hpp45 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type) argument
48 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
H A Dinsert_store_hash_fn_imps.hpp45 insert_imp(const_reference r_val, true_type) argument
48 key_const_reference key = PB_DS_V2F(r_val);
69 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp45 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
49 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
H A Dinsert_no_store_hash_fn_imps.hpp45 insert_imp(const_reference r_val, false_type) argument
48 key_const_reference r_key = PB_DS_V2F(r_val);
68 return std::make_pair(insert_new_imp(r_val, pos), true);
H A Dentry_list_fn_imps.hpp57 get_entry(const_reference r_val, true_type) argument
63 new (&p_e->m_value) value_type(r_val);
70 get_entry(const_reference r_val, false_type) argument
77 new (&p_e->m_value) value_type(r_val);
H A Dconstructor_destructor_store_hash_fn_imps.hpp45 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type) argument
48 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
H A Dinsert_store_hash_fn_imps.hpp45 insert_imp(const_reference r_val, true_type) argument
48 key_const_reference key = PB_DS_V2F(r_val);
69 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp45 constructor_insert_new_imp(mapped_const_reference r_val, size_type pos, argument
49 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
H A Dinsert_no_store_hash_fn_imps.hpp45 insert_imp(const_reference r_val, false_type) argument
48 key_const_reference r_key = PB_DS_V2F(r_val);
68 return std::make_pair(insert_new_imp(r_val, pos), true);
H A Dentry_list_fn_imps.hpp57 get_entry(const_reference r_val, true_type) argument
63 new (&p_e->m_value) value_type(r_val);
70 get_entry(const_reference r_val, false_type) argument
77 new (&p_e->m_value) value_type(r_val);
H A Dconstructor_destructor_store_hash_fn_imps.hpp45 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type) argument
48 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
H A Dinsert_store_hash_fn_imps.hpp45 insert_imp(const_reference r_val, true_type) argument
48 key_const_reference key = PB_DS_V2F(r_val);
69 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp72 extract_key(const_reference r_val) argument
73 { return r_val.first; }
103 extract_key(const_reference r_val) argument
104 { return r_val; }

Completed in 1232 milliseconds

123