HomeSort by relevance Sort by last modified time
    Searched refs:NotConstructible (Results 26 - 50 of 70) sorted by null

12 3

  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
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...]
  /external/libcxx/test/std/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.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>
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_set<NotConstructible,
49 test_hash<std::hash<NotConstructible> >,
    [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...]
size.fail.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>
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++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
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/
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.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.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>
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_set<NotConstructible,
49 test_hash<std::hash<NotConstructible> >,
    [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...]
size.fail.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>
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>()));
  /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
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...]
size.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_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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
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...]
size.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_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...]
  /external/libcxx/test/std/containers/sequences/deque/deque.cons/
alloc.pass.cpp 18 #include "../../../NotConstructible.h"
33 test<NotConstructible>(test_allocator<NotConstructible>(3));
36 test<NotConstructible>(min_allocator<NotConstructible>{});
default.pass.cpp 18 #include "../../../NotConstructible.h"
36 test<NotConstructible, stack_allocator<NotConstructible, 1> >();
39 test<NotConstructible, min_allocator<NotConstructible> >();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
alloc.pass.cpp 18 #include "../../../NotConstructible.h"
33 test<NotConstructible>(test_allocator<NotConstructible>(3));
36 test<NotConstructible>(min_allocator<NotConstructible>{});
default.pass.cpp 18 #include "../../../NotConstructible.h"
36 test<NotConstructible, stack_allocator<NotConstructible, 1> >();
39 test<NotConstructible, min_allocator<NotConstructible> >();

Completed in 153 milliseconds

12 3