Searched refs:PB_DS_V2F (Results 26 - 50 of 59) sorted by relevance

123

/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dtrace_fn_imps.hpp73 std::cerr << PB_DS_V2F(p_l->m_value) << " ";
H A Derase_no_store_hash_fn_imps.hpp73 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
94 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value), r_key))
H A Derase_store_hash_fn_imps.hpp64 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
86 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value),
H A Dinfo_fn_imps.hpp85 const_key_reference r_key =(const_key_reference)PB_DS_V2F(*it);
H A Derase_fn_imps.hpp52 _GLIBCXX_DEBUG_ONLY(map_debug_base::erase_existing(PB_DS_V2F(r_p_e->m_value)));
H A Dcc_ht_map_.hpp100 #define PB_DS_V2F(X) (X).first macro
105 #define PB_DS_V2F(X) (X) macro
442 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
452 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(PB_DS_V2F(r_val));)
462 r_pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
471 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(PB_DS_V2F(r_val));)
482 !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
506 !hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value),
641 #undef PB_DS_V2F macro
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Ddebug_store_hash_fn_imps.hpp66 const_key_reference r_key = PB_DS_V2F(p_e->m_value);
H A Dresize_no_store_hash_fn_imps.hpp54 const_key_reference r_key = PB_DS_V2F(p_e->m_value);
H A Dresize_store_hash_fn_imps.hpp54 const_key_reference r_key = PB_DS_V2F(p_e->m_value);
H A Dinsert_no_store_hash_fn_imps.hpp80 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
104 const_key_reference r_key = PB_DS_V2F(r_val);
H A Derase_no_store_hash_fn_imps.hpp73 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
H A Derase_store_hash_fn_imps.hpp72 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
H A Dinsert_store_hash_fn_imps.hpp85 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
109 const_key_reference r_key = PB_DS_V2F(r_val);
H A Derase_fn_imps.hpp53 _GLIBCXX_DEBUG_ONLY(map_debug_base::erase_existing(PB_DS_V2F(p_e->m_value));)
H A Dgp_ht_map_.hpp97 #define PB_DS_V2F(X) (X).first macro
102 #define PB_DS_V2F(X) (X) macro
407 pos = find_ins_pos(PB_DS_V2F(r_val),
417 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(PB_DS_V2F(p_e->m_value));)
430 r_pos_hash_pair = find_ins_pos(PB_DS_V2F(r_val),
443 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(PB_DS_V2F(p_e->m_value));)
507 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), key))
555 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value),
682 #undef PB_DS_V2F macro
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp61 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
86 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
146 if (!synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
185 !synth_e_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
189 synth_e_access_traits::cmp_keys(r_key, PB_DS_V2F(*l_bound_it)))
203 !synth_e_access_traits::cmp_keys(PB_DS_V2F(*l_bound_it),
207 synth_e_access_traits::cmp_keys(r_key, PB_DS_V2F(*l_bound_it)))
218 return (synth_e_access_traits::begin(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
230 return (synth_e_access_traits::end(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
H A Dinsert_join_fn_imps.hpp90 const bool greater = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(
91 m_p_head->m_p_max)->value()),PB_DS_V2F(static_cast<const_leaf_pointer>(
94 const bool lesser = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(
95 other.m_p_head->m_p_max)->value()),PB_DS_V2F(static_cast<const_leaf_pointer>(m_p_head->m_p_min)->value()));
386 node_pointer p_lf = find_imp(PB_DS_V2F(r_val));
388 synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
390 _GLIBCXX_DEBUG_ONLY(map_debug_base::check_key_exists(PB_DS_V2F(r_val)));
395 _GLIBCXX_DEBUG_ONLY(map_debug_base::check_key_does_not_exist(PB_DS_V2F(r_val)));
410 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(PB_DS_V2F(r_va
[all...]
H A Drotate_fn_imps.hpp131 p_update->operator()(& PB_DS_V2F(p_nd->m_value),(p_nd->m_p_left == NULL) ?
133 & PB_DS_V2F(p_nd->m_p_left->m_value),(p_nd->m_p_right == NULL) ?
135 & PB_DS_V2F(p_nd->m_p_right->m_value));
H A Dr_erase_fn_imps.hpp54 _GLIBCXX_DEBUG_ONLY(erase_existing(PB_DS_V2F(p_z->m_value)));
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp97 std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> ")
132 { std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> "); }
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dnode.hpp77 { std::cout << PB_DS_V2F(m_value) << "(" << m_metadata << ")"; }
119 { std::cout << PB_DS_V2F(m_value); }
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Derase_fn_imps.hpp109 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(PB_DS_V2F(*source_it)));
139 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));)
175 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::erase_existing(PB_DS_V2F(*it));)
H A Dov_tree_map_.hpp98 #define PB_DS_V2F(X) (X).first macro
104 #define PB_DS_V2F(X) (X) macro
245 if (it != end() && !Cmp_Fn::operator()(r_key, PB_DS_V2F(*it)))
264 const_key_reference r_key = PB_DS_V2F(r_value);
267 if (it != end()&& !Cmp_Fn::operator()(r_key, PB_DS_V2F(*it)))
286 if (cmp_fn_base::operator()(PB_DS_V2F(*mid_it), r_key))
302 if (pot_it != end()&& !Cmp_Fn::operator()(r_key, PB_DS_V2F(*pot_it)))
321 if (pot_it != end() && !Cmp_Fn::operator()(r_key, PB_DS_V2F(*pot_it)))
426 _GLIBCXX_DEBUG_ONLY(map_debug_base::check_key_does_not_exist(PB_DS_V2F(r_value)));
464 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(PB_DS_V2F(r_valu
522 #undef PB_DS_V2F macro
[all...]
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Derase_fn_imps.hpp55 _GLIBCXX_DEBUG_ONLY(erase_existing(PB_DS_V2F(p_z->m_value)));
H A Dr_erase_fn_imps.hpp55 _GLIBCXX_DEBUG_ONLY(erase_existing(PB_DS_V2F(p_z->m_value)));

Completed in 188 milliseconds

123