HomeSort by relevance Sort by last modified time
    Searched refs:test_hash_enabled_for_type (Results 1 - 12 of 12) sorted by null

  /external/libcxx/test/std/utilities/template.bitset/bitset.hash/
enabled_hash.pass.cpp 24 test_hash_enabled_for_type<std::bitset<0> >();
25 test_hash_enabled_for_type<std::bitset<1> >();
26 test_hash_enabled_for_type<std::bitset<1024> >();
27 test_hash_enabled_for_type<std::bitset<100000> >();
  /external/libcxx/test/std/containers/sequences/vector.bool/
enabled_hash.pass.cpp 25 test_hash_enabled_for_type<std::vector<bool> >();
26 test_hash_enabled_for_type<std::vector<bool, min_allocator<bool>>>();
  /external/libcxx/test/std/diagnostics/syserr/syserr.hash/
enabled_hash.pass.cpp 24 test_hash_enabled_for_type<std::error_code>();
25 test_hash_enabled_for_type<std::error_condition>();
  /external/libcxx/test/std/strings/basic.string.hash/
enabled_hashes.pass.cpp 24 test_hash_enabled_for_type<std::string>();
25 test_hash_enabled_for_type<std::wstring>();
27 test_hash_enabled_for_type<std::u8string>();
30 test_hash_enabled_for_type<std::u16string>();
31 test_hash_enabled_for_type<std::u32string>();
  /external/libcxx/test/std/strings/string.view/string.view.hash/
enabled_hashes.pass.cpp 24 test_hash_enabled_for_type<std::string_view>();
25 test_hash_enabled_for_type<std::wstring_view>();
27 test_hash_enabled_for_type<std::u8string_view>();
30 test_hash_enabled_for_type<std::u16string_view>();
31 test_hash_enabled_for_type<std::u32string_view>();
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
enabled_hashes.pass.cpp 25 test_hash_enabled_for_type<std::thread::id>();
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
hash_shared_ptr.pass.cpp 40 test_hash_enabled_for_type<std::shared_ptr<int>>();
41 test_hash_enabled_for_type<std::shared_ptr<A>>();
hash_unique_ptr.pass.cpp 37 test_hash_enabled_for_type<UPtr>(p);
38 test_hash_enabled_for_type<pointer>();
  /external/libcxx/test/std/utilities/optional/optional.hash/
hash.pass.cpp 69 test_hash_enabled_for_type<std::optional<int> >();
70 test_hash_enabled_for_type<std::optional<int*> >();
71 test_hash_enabled_for_type<std::optional<const int> >();
72 test_hash_enabled_for_type<std::optional<int* const> >();
77 test_hash_enabled_for_type<std::optional<B>>();
78 test_hash_enabled_for_type<std::optional<const B>>();
  /external/libcxx/test/std/utilities/type.index/type.index.synopsis/
hash_type_index.pass.cpp 35 test_hash_enabled_for_type<std::type_index>(std::type_index(typeid(int)));
  /external/libcxx/test/std/utilities/variant/variant.hash/
hash.pass.cpp 109 test_hash_enabled_for_type<std::monostate>();
141 test_hash_enabled_for_type<std::variant<int> >();
142 test_hash_enabled_for_type<std::variant<int*, long, double, const int> >();
149 test_hash_enabled_for_type<std::variant<int, B>>();
150 test_hash_enabled_for_type<std::variant<const B, int>>();
  /external/libcxx/test/support/
poisoned_hash_helper.hpp 30 void test_hash_enabled_for_type(InputKey const& key = InputKey{}) { function

Completed in 173 milliseconds