/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 D | insert_fn_imps.hpp | 46 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 D | insert_fn_imps.hpp | 46 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 D | insert_fn_imps.hpp | 46 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 D | constructor_destructor_store_hash_fn_imps.hpp | 45 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 D | constructor_destructor_no_store_hash_fn_imps.hpp | 45 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 D | constructor_destructor_store_hash_fn_imps.hpp | 45 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 D | constructor_destructor_no_store_hash_fn_imps.hpp | 45 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 D | constructor_destructor_store_hash_fn_imps.hpp | 45 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 D | constructor_destructor_no_store_hash_fn_imps.hpp | 45 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 D | constructor_destructor_no_store_hash_fn_imps.hpp | 45 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 D | insert_no_store_hash_fn_imps.hpp | 45 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 D | entry_list_fn_imps.hpp | 57 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 D | constructor_destructor_store_hash_fn_imps.hpp | 45 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 D | insert_store_hash_fn_imps.hpp | 45 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 D | constructor_destructor_no_store_hash_fn_imps.hpp | 45 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 D | insert_no_store_hash_fn_imps.hpp | 45 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 D | entry_list_fn_imps.hpp | 57 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 D | constructor_destructor_store_hash_fn_imps.hpp | 45 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 D | insert_store_hash_fn_imps.hpp | 45 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 D | constructor_destructor_no_store_hash_fn_imps.hpp | 45 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 D | insert_no_store_hash_fn_imps.hpp | 45 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 D | entry_list_fn_imps.hpp | 57 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 D | constructor_destructor_store_hash_fn_imps.hpp | 45 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 D | insert_store_hash_fn_imps.hpp | 45 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 D | branch_policy.hpp | 72 extract_key(const_reference r_val) argument 73 { return r_val.first; } 103 extract_key(const_reference r_val) argument 104 { return r_val; }
|