HomeSort by: relevance | last modified time | path
    Searched refs:equal_keys (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
hash-map-traits.h 37 static inline bool equal_keys (const key_type &, const key_type &);
55 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, function in class:simple_hashmap_traits
118 static bool equal_keys (const typename Key::value_type &,
140 ::equal_keys (const typename Key::value_type &x, function in class:unbounded_hashmap_traits
hash-map.h 57 return Traits::equal_keys (a.m_key, b);
genmatch.cc 1748 static inline bool equal_keys (const key_type &, const key_type &);
4013 sinfo_hashmap_traits::equal_keys (const key_type &v, function in class:sinfo_hashmap_traits
  /src/external/gpl3/gcc.old/dist/gcc/
hash-map-traits.h 37 static inline bool equal_keys (const key_type &, const key_type &);
55 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, function in class:simple_hashmap_traits
111 implement the hash and equal_keys functions. */
173 static inline bool equal_keys (Key, Key);
185 unbounded_int_hashmap_traits <Key, Value>::equal_keys (Key k1, Key k2) function in class:unbounded_int_hashmap_traits
hash-map.h 57 return Traits::equal_keys (a.m_key, b);
genmatch.cc 1598 static inline bool equal_keys (const key_type &, const key_type &);
3801 sinfo_hashmap_traits::equal_keys (const key_type &v, function in class:sinfo_hashmap_traits
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
synth_access_traits.hpp 76 equal_keys(key_const_reference, key_const_reference) const;
139 equal_keys(key_const_reference r_lhs_key, function in class:__gnu_pbds::detail::PB_DS_SYNTH_E_ACCESS_TRAITS_C_DEC
find_fn_imps.hpp 57 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
82 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
erase_fn_imps.hpp 56 if (!synth_access_traits::equal_keys(PB_DS_V2F(reinterpret_cast<leaf_pointer>(p_nd)->value()), r_key))
split_fn_imps.hpp 115 if (!synth_access_traits::equal_keys(PB_DS_V2F(*it), r_key))
insert_join_fn_imps.hpp 388 synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
synth_access_traits.hpp 76 equal_keys(key_const_reference, key_const_reference) const;
139 equal_keys(key_const_reference r_lhs_key, function in class:__gnu_pbds::detail::PB_DS_SYNTH_E_ACCESS_TRAITS_C_DEC
find_fn_imps.hpp 57 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
82 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
erase_fn_imps.hpp 56 if (!synth_access_traits::equal_keys(PB_DS_V2F(reinterpret_cast<leaf_pointer>(p_nd)->value()), r_key))
split_fn_imps.hpp 115 if (!synth_access_traits::equal_keys(PB_DS_V2F(*it), r_key))
insert_join_fn_imps.hpp 388 synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_lf)->value()), PB_DS_V2F(r_val)))
  /src/external/gpl3/gcc/dist/gcc/analyzer/
call-string.h 126 static inline bool equal_keys (const key_type &k1, const key_type &k2) function in struct:ana::call_string::hashmap_traits_t
exploded-graph.h 540 static inline bool equal_keys (const key_type &k1, const key_type &k2) function in struct:ana::eg_hash_map_traits
610 static inline bool equal_keys (const key_type &k1, const key_type &k2) function in struct:ana::eg_point_hash_map_traits
sm-malloc.cc 314 static inline bool equal_keys (const key_type &k1, const key_type &k2) function in struct:ana::__anon12594::deallocator_set_map_traits
diagnostic-manager.cc 1312 static inline bool equal_keys (const key_type &k1, const key_type &k2) function in class:ana::dedupe_hash_map_traits
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
exploded-graph.h 484 static inline bool equal_keys (const key_type &k1, const key_type &k2) function in struct:ana::eg_hash_map_traits
554 static inline bool equal_keys (const key_type &k1, const key_type &k2) function in struct:ana::eg_point_hash_map_traits
621 static inline bool equal_keys (const key_type &k1, const key_type &k2) function in struct:ana::eg_call_string_hash_map_traits
diagnostic-manager.cc 1135 static inline bool equal_keys (const key_type &k1, const key_type &k2) function in class:ana::dedupe_hash_map_traits
sm-malloc.cc 290 static inline bool equal_keys (const key_type &k1, const key_type &k2) function in struct:ana::__anon15216::deallocator_set_map_traits
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 137 static bool equal_keys (key_type k1, key_type k2) function in struct:priority_map_traits

Completed in 84 milliseconds