HomeSort by relevance Sort by last modified time
    Searched full:notconstructible (Results 1 - 25 of 45) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
size_hash_equal_allocator.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_map<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
37 test_hash<std::hash<NotConstructible> >(8),
38 test_compare<std::equal_to<NotConstructible> >(9),
39 test_allocator<std::pair<const NotConstructible, NotConstructible> >(10
    [all...]
allocator.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_map<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
36 C c(test_allocator<std::pair<const NotConstructible, NotConstructible> >(10));
38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
    [all...]
size_hash_equal.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_map<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
37 test_hash<std::hash<NotConstructible> >(8),
38 test_compare<std::equal_to<NotConstructible> >(9)
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8))
    [all...]
size_hash.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_map<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
37 test_hash<std::hash<NotConstructible> >(8)
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
    [all...]
default.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_map<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()))
    [all...]
size.fail.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_map<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()))
    [all...]
size.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_map<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
size_hash_equal_allocator.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multimap<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
37 test_hash<std::hash<NotConstructible> >(8),
38 test_compare<std::equal_to<NotConstructible> >(9),
39 test_allocator<std::pair<const NotConstructible, NotConstructible> >(10
    [all...]
allocator.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multimap<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
36 C c(test_allocator<std::pair<const NotConstructible, NotConstructible> >(10));
38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
    [all...]
size_hash_equal.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multimap<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
37 test_hash<std::hash<NotConstructible> >(8),
38 test_compare<std::equal_to<NotConstructible> >(9)
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8))
    [all...]
size_hash.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multimap<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
37 test_hash<std::hash<NotConstructible> >(8)
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
    [all...]
default.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multimap<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()))
    [all...]
size.fail.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multimap<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()))
    [all...]
size.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multimap<NotConstructible, NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<std::pair<const NotConstructible,
34 NotConstructible> >
38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
size_hash_equal_allocator.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multiset<NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<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)
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8))
    [all...]
size_hash_equal.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multiset<NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<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));
41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
42 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
    [all...]
allocator.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multiset<NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<NotConstructible>
35 C c(test_allocator<NotConstructible>(10));
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
39 assert(c.get_allocator() == test_allocator<NotConstructible>(10));
48 typedef std::unordered_multiset<NotConstructible,
    [all...]
size_hash.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multiset<NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<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> >());
41 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
50 typedef std::unordered_multiset<NotConstructible,
    [all...]
default.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multiset<NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<NotConstructible>
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
39 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
48 typedef std::unordered_multiset<NotConstructible,
49 test_hash<std::hash<NotConstructible> >,
    [all...]
size.fail.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_multiset<NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<NotConstructible>
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
39 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
48 typedef std::unordered_multiset<NotConstructible,
49 test_hash<std::hash<NotConstructible> >,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size_hash_equal_allocator.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_set<NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<NotConstructible>
36 test_hash<std::hash<NotConstructible> >(8),
37 test_compare<std::equal_to<NotConstructible> >(9),
38 test_allocator<NotConstructible>(10)
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
42 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9))
    [all...]
size_hash_equal.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_set<NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<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));
41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
42 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
    [all...]
allocator.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_set<NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<NotConstructible>
35 C c(test_allocator<NotConstructible>(10));
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
39 assert(c.get_allocator() == test_allocator<NotConstructible>(10));
48 typedef std::unordered_set<NotConstructible,
    [all...]
size_hash.pass.cpp 21 #include "../../../NotConstructible.h"
30 typedef std::unordered_set<NotConstructible,
31 test_hash<std::hash<NotConstructible> >,
32 test_compare<std::equal_to<NotConstructible> >,
33 test_allocator<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> >());
41 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
50 typedef std::unordered_set<NotConstructible,
    [all...]

Completed in 1545 milliseconds

1 2