Home
last modified time | relevance | path

Searched refs:copy_assigned (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dassign_tuple.pass.cpp34 static int copy_assigned; member
38 assigned = copy_assigned = move_assigned = 0; in reset()
47 ++copy_assigned; in operator =()
64 int CountingType::copy_assigned; member in CountingType
79 assert(C::copy_assigned == 1); in main()
93 assert(C::copy_assigned == 0); in main()
107 assert(C::copy_assigned == 2); in main()
121 assert(C::copy_assigned == 2); in main()
135 assert(C::copy_assigned == 0); in main()
/external/libcxx/test/support/
Darchetypes.hpp35 static int copy_assigned; member
48 assigned = value_assigned = copy_assigned = move_assigned = destroyed = 0; in reset_constructors()
100 ++assigned; ++copy_assigned; in operator =()
123 template <class D, bool E> int TestBase<D, E>::copy_assigned = 0; member in ArchetypeBases::TestBase<D, E>
/external/libcxx/test/std/utilities/optional/optional.specalg/
Dswap.pass.cpp109 assert(T::assigned == T::copy_assigned); in test_swap_sfinae()