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

1 2 3 4 5 6 7 8 910

  /external/curl/lib/
hash.h 32 typedef size_t (*hash_function) (void* key, typedef
50 hash_function hash_func;
73 hash_function hfunc,
  /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
size.fail.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size_hash.pass.cpp 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
59 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
allocator.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
75 assert(c.hash_function() == HF());
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
  /external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
size.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size_hash.pass.cpp 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
59 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
allocator.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
75 assert(c.hash_function() == HF());
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
size.fail.cpp 36 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
size.fail.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size_hash.pass.cpp 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
59 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
allocator.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
75 assert(c.hash_function() == HF());
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size_hash.pass.cpp 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
59 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
allocator.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
75 assert(c.hash_function() == HF());
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
size.fail.cpp 36 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
79 assert(c.hash_function() == HF());
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
default.pass.cpp 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size.fail.cpp 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size.pass.cpp 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size_hash.pass.cpp 40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
62 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
79 assert(c.hash_function() == HF());
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
79 assert(c.hash_function() == HF());
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
79 assert(c.hash_function() == HF());
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));

Completed in 3601 milliseconds

1 2 3 4 5 6 7 8 910