Home
last modified time | relevance | path

Searched defs:copy_constructed (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dassign_tuple.pass.cpp31 static int copy_constructed; member
61 int CountingType::copy_constructed; member in CountingType
/external/libcxx/test/support/
Darchetypes.hpp31 static int copy_constructed; member
119 template <class D, bool E> int TestBase<D, E>::copy_constructed = 0; member in ArchetypeBases::TestBase<D, E>
Dcontrolled_allocators.hpp60 int copy_constructed = 0; member
/external/libchrome/base/
Dcommand_line_unittest.cc399 CommandLine copy_constructed(*initial); in TEST() local