HomeSort by relevance Sort by last modified time
    Searched refs:DefaultOnly (Results 26 - 39 of 39) sorted by null

12

  /external/libcxx/test/std/containers/associative/map/map.modifiers/
emplace.pass.cpp 22 #include "DefaultOnly.h"
29 typedef std::map<int, DefaultOnly> M;
32 assert(DefaultOnly::count == 0);
38 assert(m.begin()->second == DefaultOnly());
39 assert(DefaultOnly::count == 1);
46 assert(next(m.begin())->second == DefaultOnly());
47 assert(DefaultOnly::count == 2);
54 assert(next(m.begin())->second == DefaultOnly());
55 assert(DefaultOnly::count == 2);
57 assert(DefaultOnly::count == 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/
emplace.pass.cpp 22 #include "DefaultOnly.h"
29 typedef std::map<int, DefaultOnly> M;
32 assert(DefaultOnly::count == 0);
38 assert(m.begin()->second == DefaultOnly());
39 assert(DefaultOnly::count == 1);
46 assert(next(m.begin())->second == DefaultOnly());
47 assert(DefaultOnly::count == 2);
54 assert(next(m.begin())->second == DefaultOnly());
55 assert(DefaultOnly::count == 2);
57 assert(DefaultOnly::count == 0)
    [all...]
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
size.fail.cpp 17 #include "DefaultOnly.h"
22 typedef DefaultOnly T;
size.pass.cpp 18 #include "DefaultOnly.h"
35 typedef DefaultOnly T;
50 typedef DefaultOnly T;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
size.fail.cpp 17 #include "DefaultOnly.h"
22 typedef DefaultOnly T;
size.pass.cpp 18 #include "DefaultOnly.h"
35 typedef DefaultOnly T;
50 typedef DefaultOnly T;
  /external/libcxx/test/std/containers/sequences/list/list.cons/
default.pass.cpp 16 #include "DefaultOnly.h"
27 std::list<DefaultOnly> l;
43 std::list<DefaultOnly, min_allocator<DefaultOnly>> l;
size_type.pass.cpp 16 #include "DefaultOnly.h"
78 std::list<DefaultOnly> l(3);
97 std::list<DefaultOnly, min_allocator<DefaultOnly>> l(3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
default.pass.cpp 16 #include "DefaultOnly.h"
27 std::list<DefaultOnly> l;
43 std::list<DefaultOnly, min_allocator<DefaultOnly>> l;
size_type.pass.cpp 16 #include "DefaultOnly.h"
78 std::list<DefaultOnly> l(3);
97 std::list<DefaultOnly, min_allocator<DefaultOnly>> l(3);
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
default.pass.cpp 23 #include "DefaultOnly.h"
69 std::tuple<int, char*, std::string, DefaultOnly> t;
73 assert(std::get<3>(t) == DefaultOnly());
78 static_assert(!std::is_default_constructible<std::tuple<DefaultOnly, NoDefault>>(), "");
79 static_assert(!std::is_default_constructible<std::tuple<NoDefault, DefaultOnly, NoDefault>>(), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
default.pass.cpp 20 #include "DefaultOnly.h"
43 std::tuple<int, char*, std::string, DefaultOnly> t;
47 assert(std::get<3>(t) == DefaultOnly());
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
resize_size.pass.cpp 17 #include "DefaultOnly.h"
23 typedef DefaultOnly T;
69 typedef DefaultOnly T;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
resize_size.pass.cpp 17 #include "DefaultOnly.h"
23 typedef DefaultOnly T;
69 typedef DefaultOnly T;

Completed in 878 milliseconds

12