Home
last modified time | relevance | path

Searched refs:ConstexprTestTypes (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/
H A Dassign_pair.pass.cpp43 typedef std::pair<ConstexprTestTypes::CopyOnly, int> P; in test()
44 const P p1(ConstexprTestTypes::CopyOnly(), short{4}); in test()
62 using P = std::pair<int, ConstexprTestTypes::NonCopyable>; in test()
66 using P = std::pair<CountAssign, ConstexprTestTypes::Copyable>; in test()
77 using P = std::pair<int, ConstexprTestTypes::MoveAssignOnly>; in test()
H A Dassign_rv_pair.pass.cpp55 typedef std::pair<ConstexprTestTypes::MoveOnly, int> P; in test()
75 using P = std::pair<int, ConstexprTestTypes::DefaultOnly>; in test()
80 using P = std::pair<CountAssign, ConstexprTestTypes::CopyOnly>; in test()
91 using P = std::pair<CountAssign, ConstexprTestTypes::MoveOnly>; in test()
H A Dassign_rv_pair_U_V.pass.cpp24 struct Derived : ConstexprTestTypes::MoveOnly {
26 TEST_CONSTEXPR_CXX20 Derived(ConstexprTestTypes::MoveOnly&&) {} in Derived()
65 typedef std::pair<ConstexprTestTypes::MoveOnly, long> P2; in test()
H A Dassign_const_pair_U_V.pass.cpp41 using C = ConstexprTestTypes::TestType; in test()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Drvalue_T.pass.cpp96 typedef ConstexprTestTypes::TestType T; in main()
108 typedef ConstexprTestTypes::TestType T; in main()
H A Dconst_T.pass.cpp81 typedef ConstexprTestTypes::TestType T; in main()
H A Dcopy.pass.cpp152 using namespace ConstexprTestTypes; in main()
H A Dmove.pass.cpp186 using namespace ConstexprTestTypes; in main()
/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Drvalue_T.pass.cpp105 typedef ConstexprTestTypes::TestType T; in main()
117 typedef ConstexprTestTypes::TestType T; in main()
H A Dconst_T.pass.cpp90 typedef ConstexprTestTypes::TestType T; in main()
H A Dcopy.pass.cpp153 using namespace ConstexprTestTypes; in main()
H A Dmove.pass.cpp195 using namespace ConstexprTestTypes; in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp265 test_with_type_multi<ConstexprTestTypes::TestType>(); in main()
H A Demplace.pass.cpp241 using T = ConstexprTestTypes::TestType; in main()
/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp256 test_with_type_multi<ConstexprTestTypes::TestType>(); in main()
H A Demplace.pass.cpp224 using T = ConstexprTestTypes::TestType; in main()
/aosp_15_r20/external/libcxx/test/support/
H A Darchetypes.hpp305 namespace ConstexprTestTypes { namespace
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Darchetypes.h314 namespace ConstexprTestTypes {