Home
last modified time | relevance | path

Searched defs:hasher (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dhash.inl28 hash<T> hasher; local
36 hash<T> hasher; local
46 hash<T> hasher; local
57 hash<T> hasher; local
69 hash<T> hasher; local
81 hash<glm::tquat<T, P>> hasher; local
91 hash<glm::tvec2<T, P>> hasher; local
101 hash<glm::tvec3<T, P>> hasher; local
111 hash<glm::tvec4<T, P>> hasher; local
121 hash<glm::tvec2<T, P>> hasher; local
[all …]
/third_party/boost/libs/smart_ptr/test/
Dlsp_hash_test.cpp12 boost::hash< boost::local_shared_ptr<int> > hasher; in main() local
30 boost::hash< boost::local_shared_ptr<int[]> > hasher; in main() local
48 boost::hash< boost::local_shared_ptr<int[1]> > hasher; in main() local
Dwp_hash_test.cpp13 boost::hash< boost::weak_ptr<int> > hasher; in main() local
34 boost::hash< boost::weak_ptr<int[]> > hasher; in main() local
55 boost::hash< boost::weak_ptr<int[1]> > hasher; in main() local
Dsp_hash_test2.cpp17 boost::hash< boost::shared_ptr<int[]> > hasher; in main() local
Dsp_hash_test.cpp17 boost::hash< boost::shared_ptr<int> > hasher; in main() local
Dsp_hash_test3.cpp17 boost::hash< boost::shared_ptr<int[1]> > hasher; in main() local
/third_party/boost/boost/interprocess/indexes/
Dunordered_map_index.hpp55 struct hasher struct
57 typedef key_type argument_type;
58 typedef std::size_t result_type;
60 std::size_t operator()(const key_type &val) const in operator ()()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dunordered_map_constructor_test.h51 H hasher; in TYPED_TEST_P() local
62 H hasher; in TYPED_TEST_P() local
76 H hasher; in TYPED_TEST_P() local
Dunordered_set_constructor_test.h52 H hasher; in TYPED_TEST_P() local
63 H hasher; in TYPED_TEST_P() local
77 H hasher; in TYPED_TEST_P() local
/third_party/abseil-cpp/absl/container/internal/
Dunordered_map_constructor_test.h50 H hasher; in TYPED_TEST_P() local
61 H hasher; in TYPED_TEST_P() local
75 H hasher; in TYPED_TEST_P() local
Dunordered_set_constructor_test.h52 H hasher; in TYPED_TEST_P() local
63 H hasher; in TYPED_TEST_P() local
77 H hasher; in TYPED_TEST_P() local
/third_party/boost/libs/container_hash/test/
Dhash_system_error_test.cpp24 boost::hash<std::error_code> hasher; in test_error_code() local
37 boost::hash<std::error_condition> hasher; in test_error_condition() local
Dhash_variant_test.cpp24 boost::hash<std::monostate> hasher; in test_monostate() local
37 boost::hash<std::variant<std::monostate, int> > hasher; in test_variant_int() local
81 boost::hash<variant_type> hasher; in test_variant_unique_types() local
Dhash_optional_test.cpp27 boost::hash<std::optional<int> > hasher; in test_optional_int() local
47 boost::hash<std::optional<std::string> > hasher; in test_optional_string() local
Dhash_no_ext_macro_2.cpp32 BOOST_HASH_TEST_NAMESPACE::hash<std::map<int, int> > hasher; in main() local
Dhash_no_ext_macro_1.cpp32 BOOST_HASH_TEST_NAMESPACE::hash<std::deque<int> > hasher; in main() local
Dhash_no_ext_fail_test.cpp24 BOOST_HASH_TEST_NAMESPACE::hash< int[10] > hasher; in main() local
Dhash_fwd_test.hpp28 BOOST_HASH_TEST_NAMESPACE::hash<T> hasher; in hash_value() local
79 BOOST_HASH_TEST_NAMESPACE::hash<T> hasher; in hash_value() local
Dhash_type_index_test.cpp21 BOOST_HASH_TEST_NAMESPACE::hash<std::type_index> hasher; in test_type_index() local
Dhash_vector_test.cpp39 BOOST_HASH_TEST_NAMESPACE::hash<std::vector<bool> > hasher; in vector_bool_test() local
Dhash_value_array_test.cpp48 BOOST_HASH_TEST_NAMESPACE::hash<int[3][2]> hasher; in two_dimensional_array_test() local
/third_party/boost/libs/container_hash/examples/
Dportable.cpp29 boost::hash<T> hasher; in hash() local
52 boost::hash<foo::custom_type<int> > hasher; in main() local
/third_party/boost/boost/bimap/
Dunordered_multiset_of.hpp135 typedef HashFunctor hasher; typedef
207 typedef HashFunctor hasher; typedef
Dunordered_set_of.hpp132 typedef HashFunctor hasher; typedef
204 typedef HashFunctor hasher; typedef
/third_party/boost/libs/uuid/test/
Dtest_hash.cpp31 std::hash<uuid> hasher; in main() local

1234