HomeSort by relevance Sort by last modified time
    Searched refs:test_hash (Results 1 - 25 of 385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/containers/
test_hash.h 17 class test_hash class in inherits:C
22 explicit test_hash(int data = 0) : data_(data) {} function in class:test_hash
28 bool operator==(const test_hash& c) const
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
test_hash.h 17 class test_hash class in inherits:C
22 explicit test_hash(int data = 0) : data_(data) {} function in class:test_hash
28 bool operator==(const test_hash& c) const
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/
test_hash.h 17 class test_hash class in inherits:C
22 explicit test_hash(int data = 0) : data_(data) {} function in class:test_hash
28 bool operator==(const test_hash& c) const
  /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
size_hash.pass.cpp 24 #include "../../../test_hash.h"
32 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8)
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
52 test_hash<std::hash<NotConstructible> >,
57 test_hash<std::hash<NotConstructible> >(8)
60 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal.pass.cpp 24 #include "../../../test_hash.h"
32 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8),
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
53 test_hash<std::hash<NotConstructible> >,
58 test_hash<std::hash<NotConstructible> >(8),
62 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal_allocator.pass.cpp 24 #include "../../../test_hash.h"
32 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8),
42 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
54 test_hash<std::hash<NotConstructible> >,
59 test_hash<std::hash<NotConstructible> >(8),
64 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
size_hash.pass.cpp 24 #include "../../../test_hash.h"
32 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8)
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
52 test_hash<std::hash<NotConstructible> >,
57 test_hash<std::hash<NotConstructible> >(8)
60 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal.pass.cpp 24 #include "../../../test_hash.h"
32 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8),
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
53 test_hash<std::hash<NotConstructible> >,
58 test_hash<std::hash<NotConstructible> >(8),
62 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal_allocator.pass.cpp 24 #include "../../../test_hash.h"
32 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8),
42 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
54 test_hash<std::hash<NotConstructible> >,
59 test_hash<std::hash<NotConstructible> >(8),
64 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
size_hash.pass.cpp 23 #include "../../../test_hash.h"
31 test_hash<std::hash<NotConstructible> >,
36 test_hash<std::hash<NotConstructible> >(8)
39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
51 test_hash<std::hash<NotConstructible> >,
56 test_hash<std::hash<NotConstructible> >(8)
59 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal.pass.cpp 23 #include "../../../test_hash.h"
31 test_hash<std::hash<NotConstructible> >,
36 test_hash<std::hash<NotConstructible> >(8),
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
52 test_hash<std::hash<NotConstructible> >,
57 test_hash<std::hash<NotConstructible> >(8),
61 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal_allocator.pass.cpp 23 #include "../../../test_hash.h"
31 test_hash<std::hash<NotConstructible> >,
36 test_hash<std::hash<NotConstructible> >(8),
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
53 test_hash<std::hash<NotConstructible> >,
58 test_hash<std::hash<NotConstructible> >(8),
63 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size_hash.pass.cpp 23 #include "../../../test_hash.h"
31 test_hash<std::hash<NotConstructible> >,
36 test_hash<std::hash<NotConstructible> >(8)
39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
51 test_hash<std::hash<NotConstructible> >,
56 test_hash<std::hash<NotConstructible> >(8)
59 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
size_hash.pass.cpp 23 #include "../../../test_hash.h"
31 test_hash<std::hash<NotConstructible> >,
36 test_hash<std::hash<NotConstructible> >(8)
39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
51 test_hash<std::hash<NotConstructible> >,
56 test_hash<std::hash<NotConstructible> >(8)
59 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/unord.set.cnstr/
size_hash.pass.cpp 23 #include "../../../test_hash.h"
31 test_hash<std::hash<NotConstructible> >,
36 test_hash<std::hash<NotConstructible> >(8)
39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
51 test_hash<std::hash<NotConstructible> >,
56 test_hash<std::hash<NotConstructible> >(8)
59 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
size_hash.pass.cpp 24 #include "../../../test_hash.h"
32 test_hash<std::hash<NotConstructible> >,
38 test_hash<std::hash<NotConstructible> >(8)
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
54 test_hash<std::hash<NotConstructible> >,
60 test_hash<std::hash<NotConstructible> >(8)
63 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal.pass.cpp 24 #include "../../../test_hash.h"
32 test_hash<std::hash<NotConstructible> >,
38 test_hash<std::hash<NotConstructible> >(8),
42 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
55 test_hash<std::hash<NotConstructible> >,
61 test_hash<std::hash<NotConstructible> >(8),
65 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
size_hash.pass.cpp 24 #include "../../../test_hash.h"
32 test_hash<std::hash<NotConstructible> >,
38 test_hash<std::hash<NotConstructible> >(8)
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
54 test_hash<std::hash<NotConstructible> >,
60 test_hash<std::hash<NotConstructible> >(8)
63 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal.pass.cpp 24 #include "../../../test_hash.h"
32 test_hash<std::hash<NotConstructible> >,
38 test_hash<std::hash<NotConstructible> >(8),
42 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
55 test_hash<std::hash<NotConstructible> >,
61 test_hash<std::hash<NotConstructible> >(8),
65 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
size_hash.pass.cpp 23 #include "../../../test_hash.h"
31 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8)
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
53 test_hash<std::hash<NotConstructible> >,
59 test_hash<std::hash<NotConstructible> >(8)
62 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal.pass.cpp 23 #include "../../../test_hash.h"
31 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8),
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
54 test_hash<std::hash<NotConstructible> >,
60 test_hash<std::hash<NotConstructible> >(8),
64 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal_allocator.pass.cpp 23 #include "../../../test_hash.h"
31 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8),
42 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
55 test_hash<std::hash<NotConstructible> >,
61 test_hash<std::hash<NotConstructible> >(8),
66 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
size_hash.pass.cpp 23 #include "../../../test_hash.h"
31 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8)
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
53 test_hash<std::hash<NotConstructible> >,
59 test_hash<std::hash<NotConstructible> >(8)
62 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal.pass.cpp 23 #include "../../../test_hash.h"
31 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8),
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
54 test_hash<std::hash<NotConstructible> >,
60 test_hash<std::hash<NotConstructible> >(8),
64 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal_allocator.pass.cpp 23 #include "../../../test_hash.h"
31 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8),
42 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
55 test_hash<std::hash<NotConstructible> >,
61 test_hash<std::hash<NotConstructible> >(8),
66 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));

Completed in 515 milliseconds

1 2 3 4 5 6 7 8 91011>>