/external/llvm-project/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/ |
D | alloc_copy.pass.cpp | 35 assert(P.move_constructed == 0); in main() 43 assert(P.move_constructed == 0); in main() 51 assert(P.move_constructed == 0); in main()
|
D | alloc_move.pass.cpp | 35 assert(P.move_constructed == 1); in main() 42 assert(P.move_constructed == 1); in main()
|
/external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/ |
D | alloc_copy.pass.cpp | 34 assert(P.move_constructed == 0); in main() 42 assert(P.move_constructed == 0); in main() 50 assert(P.move_constructed == 0); in main()
|
D | alloc_move.pass.cpp | 34 assert(P.move_constructed == 1); in main() 41 assert(P.move_constructed == 1); in main()
|
/external/libcxx/test/support/ |
D | controlled_allocators.hpp | 61 int move_constructed = 0; member 237 P->move_constructed += 1; in CountingAllocator() 247 P->move_constructed += 1; in CountingAllocator() 303 P->move_constructed += 1; in CountingAllocator() 313 P->move_constructed += 1; in CountingAllocator() 354 P->move_constructed += 1; in MinAlignedAllocator() 364 P->move_constructed += 1; in MinAlignedAllocator() 457 P->move_constructed += 1; in NullAllocator() 467 P->move_constructed += 1; in NullAllocator()
|
D | archetypes.hpp | 35 static int move_constructed; member 50 copy_constructed = move_constructed = 0; in reset_constructors() 100 ++alive; ++constructed; ++move_constructed; in TestBase() 125 template <class D, bool E> int TestBase<D, E>::move_constructed = 0; member in ArchetypeBases::TestBase<D, E>
|
/external/grpc-grpc/test/core/gprpp/ |
D | inlined_vector_test.cc | 186 IntVec8 move_constructed(std::move(tmp)); in TEST() local 188 EXPECT_EQ(original[i], move_constructed[i]); in TEST() 191 EXPECT_NE(move_constructed.data(), old_data); in TEST() 199 IntVec8 move_constructed(std::move(tmp)); in TEST() local 201 EXPECT_EQ(original[i], move_constructed[i]); in TEST() 204 EXPECT_EQ(move_constructed.data(), old_data); in TEST()
|
/external/llvm-project/libcxx/test/support/ |
D | controlled_allocators.h | 60 int move_constructed = 0; member 236 P->move_constructed += 1; in CountingAllocator() 246 P->move_constructed += 1; in CountingAllocator() 302 P->move_constructed += 1; in CountingAllocator() 312 P->move_constructed += 1; in CountingAllocator() 353 P->move_constructed += 1; in MinAlignedAllocator() 363 P->move_constructed += 1; in MinAlignedAllocator() 456 P->move_constructed += 1; in NullAllocator() 466 P->move_constructed += 1; in NullAllocator()
|
D | archetypes.h | 43 static int move_constructed; member 58 copy_constructed = move_constructed = 0; in reset_constructors() 108 ++alive; ++constructed; ++move_constructed; in TestBase() 133 template <class D, bool E> int TestBase<D, E>::move_constructed = 0;
|
/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
D | rvalue_T.pass.cpp | 76 assert(T::move_constructed == 1); in main() 86 assert(T::move_constructed == 1); in main() 97 assert(T::move_constructed == 0); in main()
|
D | move.pass.cpp | 181 assert(T::move_constructed == 0); in main() 187 assert(T::move_constructed == 1); in main()
|
D | U.pass.cpp | 136 assert(T::move_constructed == 0); in test_explicit()
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
D | rvalue_T.pass.cpp | 79 assert(T::move_constructed == 1); in main() 89 assert(T::move_constructed == 1); in main() 100 assert(T::move_constructed == 0); in main()
|
D | move.pass.cpp | 184 assert(T::move_constructed == 0); in main() 190 assert(T::move_constructed == 1); in main()
|
D | U.pass.cpp | 139 assert(T::move_constructed == 0); in test_explicit()
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
D | assign_value.pass.cpp | 119 assert(T::move_constructed == 1); in test_with_test_type() 145 assert(T::move_constructed == 1); in test_with_test_type()
|
/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
D | assign_value.pass.cpp | 118 assert(T::move_constructed == 1); in test_with_test_type() 144 assert(T::move_constructed == 1); in test_with_test_type()
|