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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/
NotConstructible.h 6 class NotConstructible
8 NotConstructible(const NotConstructible&);
9 NotConstructible& operator=(const NotConstructible&);
15 operator==(const NotConstructible&, const NotConstructible&)
22 struct hash<NotConstructible>
23 : public std::unary_function<NotConstructible, std::size_t>
25 std::size_t operator()(const NotConstructible&) const {return 0;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/unord.map.cnstr/
size_hash_equal_allocator.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_map<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
36 test_hash<std::hash<NotConstructible> >(8),
37 test_compare<std::equal_to<NotConstructible> >(9),
38 test_allocator<std::pair<const NotConstructible, NotConstructible> >(10
    [all...]
allocator.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_map<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
35 C c(test_allocator<std::pair<const NotConstructible, NotConstructible> >(10));
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
    [all...]
size_hash_equal.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_map<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
36 test_hash<std::hash<NotConstructible> >(8),
37 test_compare<std::equal_to<NotConstructible> >(9)
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8))
    [all...]
size_hash.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_map<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
36 test_hash<std::hash<NotConstructible> >(8)
39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
40 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
    [all...]
default.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_map<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
40 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()))
    [all...]
size.fail.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_map<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
40 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()))
    [all...]
size.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_map<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
40 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.cnstr/
size_hash_equal_allocator.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multimap<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
36 test_hash<std::hash<NotConstructible> >(8),
37 test_compare<std::equal_to<NotConstructible> >(9),
38 test_allocator<std::pair<const NotConstructible, NotConstructible> >(10
    [all...]
allocator.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multimap<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
35 C c(test_allocator<std::pair<const NotConstructible, NotConstructible> >(10));
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
    [all...]
size_hash_equal.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multimap<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
36 test_hash<std::hash<NotConstructible> >(8),
37 test_compare<std::equal_to<NotConstructible> >(9)
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8))
    [all...]
size_hash.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multimap<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
36 test_hash<std::hash<NotConstructible> >(8)
39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
40 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
    [all...]
default.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multimap<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
40 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()))
    [all...]
size.fail.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multimap<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
40 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()))
    [all...]
size.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multimap<NotConstructible, NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<std::pair<const NotConstructible,
33 NotConstructible> >
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
40 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multiset/unord.multiset.cnstr/
size_hash_equal_allocator.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multiset<NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<NotConstructible>
35 test_hash<std::hash<NotConstructible> >(8),
36 test_compare<std::equal_to<NotConstructible> >(9),
37 test_allocator<std::pair<const NotConstructible, NotConstructible> >(10)
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8))
    [all...]
size_hash_equal.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multiset<NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<NotConstructible>
35 test_hash<std::hash<NotConstructible> >(8),
36 test_compare<std::equal_to<NotConstructible> >(9)
39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
40 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
41 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
    [all...]
allocator.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multiset<NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<NotConstructible>
34 C c(test_allocator<NotConstructible>(10));
36 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
37 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
38 assert(c.get_allocator() == test_allocator<NotConstructible>(10));
size_hash.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multiset<NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<NotConstructible>
35 test_hash<std::hash<NotConstructible> >(8)
38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
40 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
default.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multiset<NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<NotConstructible>
36 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
37 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
38 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
size.fail.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_multiset<NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<NotConstructible>
36 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
37 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
38 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/unord.set.cnstr/
size_hash_equal_allocator.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_set<NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<NotConstructible>
35 test_hash<std::hash<NotConstructible> >(8),
36 test_compare<std::equal_to<NotConstructible> >(9),
37 test_allocator<std::pair<const NotConstructible, NotConstructible> >(10)
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8))
    [all...]
size_hash_equal.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_set<NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<NotConstructible>
35 test_hash<std::hash<NotConstructible> >(8),
36 test_compare<std::equal_to<NotConstructible> >(9)
39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
40 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
41 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
    [all...]
allocator.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_set<NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<NotConstructible>
34 C c(test_allocator<NotConstructible>(10));
36 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
37 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
38 assert(c.get_allocator() == test_allocator<NotConstructible>(10));
size_hash.pass.cpp 21 #include "../../../NotConstructible.h"
29 typedef std::unordered_set<NotConstructible,
30 test_hash<std::hash<NotConstructible> >,
31 test_compare<std::equal_to<NotConstructible> >,
32 test_allocator<NotConstructible>
35 test_hash<std::hash<NotConstructible> >(8)
38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
40 assert(c.get_allocator() == (test_allocator<NotConstructible>()));

Completed in 2853 milliseconds

1 2