Searched refs:copy_constructed (Results 1 – 11 of 11) 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()
31 static int copy_constructed; member47 copy_constructed = move_constructed = 0; in reset_constructors()91 ++alive; ++constructed; ++copy_constructed; in TestBase()119 template <class D, bool E> int TestBase<D, E>::copy_constructed = 0; member in ArchetypeBases::TestBase<D, E>
31 static int copy_constructed; member37 constructed = copy_constructed = move_constructed = 0; in reset()42 CountingType(CountingType const& o) : value(o.value) { ++constructed; ++copy_constructed; } in CountingType()61 int CountingType::copy_constructed; member in CountingType
66 assert(T::copy_constructed == 1); in main()77 assert(T::copy_constructed == 1); in main()
132 assert(T::copy_constructed == 0); in main()135 assert(T::copy_constructed == 1); in main()
118 assert(T::copy_constructed == 0); in test_explicit()
91 assert(T::copy_constructed == 0); in main()
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()