Searched refs:copy_constructed (Results 1 – 12 of 12) sorted by relevance
33 assert(P.copy_constructed == 1); in main()41 assert(P.copy_constructed == 1); in main()49 assert(P.copy_constructed == 1); in main()
33 assert(P.copy_constructed == 0); in main()40 assert(P.copy_constructed == 0); in main()
60 int copy_constructed = 0; member233 P->copy_constructed += 1; in CountingAllocator()242 P->copy_constructed += 1; in CountingAllocator()299 P->copy_constructed += 1; in CountingAllocator()308 P->copy_constructed += 1; in CountingAllocator()350 P->copy_constructed += 1; in MinAlignedAllocator()359 P->copy_constructed += 1; in MinAlignedAllocator()453 P->copy_constructed += 1; in NullAllocator()462 P->copy_constructed += 1; in NullAllocator()
34 static int copy_constructed; member50 copy_constructed = move_constructed = 0; in reset_constructors()96 ++alive; ++constructed; ++copy_constructed; in TestBase()124 template <class D, bool E> int TestBase<D, E>::copy_constructed = 0; member in ArchetypeBases::TestBase<D, E>
122 IntVec8 copy_constructed(original); in TEST() local124 EXPECT_EQ(original[i], copy_constructed[i]); in TEST()131 IntVec8 copy_constructed(original); in TEST() local133 EXPECT_EQ(original[i], copy_constructed[i]); in TEST()
139 TrackedRef<Foo> copy_constructed(plain); in TEST() local142 TrackedRef<Foo> moved_constructed(std::move(copy_constructed)); in TEST()
74 assert(T::copy_constructed == 1); in main()85 assert(T::copy_constructed == 1); in main()
145 assert(T::copy_constructed == 0); in main()148 assert(T::copy_constructed == 1); in main()
99 assert(T::copy_constructed == 0); in main()
140 assert(T::copy_constructed == 0); in test_explicit()
106 assert(T::copy_constructed == 1); in test_swap_sfinae()107 assert(T::constructed == T::copy_constructed); in test_swap_sfinae()
399 CommandLine copy_constructed(*initial); in TEST() local404 EXPECT_TRUE(copy_constructed.HasSwitch(pair.first)); in TEST()