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

1 23

  /external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
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...]
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...]
  /external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
default.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...]
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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
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...]
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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
default.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...]
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...]
  /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
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...]
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
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...]
  /external/libcxx/test/containers/sequences/vector/vector.cons/
construct_default.pass.cpp 18 #include "../../../NotConstructible.h"
52 test0<std::vector<NotConstructible> >();
54 test1<std::vector<NotConstructible, test_allocator<NotConstructible> > >
55 (test_allocator<NotConstructible>(5));
64 test0<std::vector<NotConstructible, min_allocator<NotConstructible>> >();
66 test1<std::vector<NotConstructible, min_allocator<NotConstructible> > >
67 (min_allocator<NotConstructible>{});
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
construct_default.pass.cpp 18 #include "../../../NotConstructible.h"
56 test0<std::vector<NotConstructible> >();
58 test1<std::vector<NotConstructible, test_allocator<NotConstructible> > >
59 (test_allocator<NotConstructible>(5));
68 test0<std::vector<NotConstructible, min_allocator<NotConstructible>> >();
70 test1<std::vector<NotConstructible, min_allocator<NotConstructible> > >
71 (min_allocator<NotConstructible>{});
    [all...]
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
alloc.pass.cpp 18 #include "../../../NotConstructible.h"
24 typedef test_allocator<NotConstructible> A;
33 typedef min_allocator<NotConstructible> A;
alloc.fail.cpp 18 #include "../../../NotConstructible.h"
23 typedef test_allocator<NotConstructible> A;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
alloc.pass.cpp 18 #include "../../../NotConstructible.h"
24 typedef test_allocator<NotConstructible> A;
33 typedef min_allocator<NotConstructible> A;
alloc.fail.cpp 18 #include "../../../NotConstructible.h"
23 typedef test_allocator<NotConstructible> A;
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
clear.pass.cpp 17 #include "../../../NotConstructible.h"
23 typedef NotConstructible T;
43 typedef NotConstructible T;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
clear.pass.cpp 17 #include "../../../NotConstructible.h"
23 typedef NotConstructible T;
43 typedef NotConstructible T;

Completed in 480 milliseconds

1 23