HomeSort by relevance Sort by last modified time
    Searched refs:NothrowMoveable (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
make_from_tuple.pass.cpp 163 struct NothrowMoveable {
164 NothrowMoveable() = default;
165 NothrowMoveable(NothrowMoveable const&) {}
166 NothrowMoveable(NothrowMoveable&&) noexcept {}
169 TestType(int, NothrowMoveable) noexcept {}
174 using Tuple = std::tuple<int, NothrowMoveable>;
181 using Tuple = std::pair<int, NothrowMoveable>;
apply.pass.cpp 181 struct NothrowMoveable {
182 NothrowMoveable() noexcept = default;
183 NothrowMoveable(NothrowMoveable const&) noexcept(false) {}
184 NothrowMoveable(NothrowMoveable&&) noexcept {}
190 NothrowMoveable operator()(Args...) const noexcept(IsNoexcept) { return {}; }
206 using Tup = std::tuple<NothrowMoveable, int>;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.apply/
make_from_tuple.pass.cpp 163 struct NothrowMoveable {
164 NothrowMoveable() = default;
165 NothrowMoveable(NothrowMoveable const&) {}
166 NothrowMoveable(NothrowMoveable&&) noexcept {}
169 TestType(int, NothrowMoveable) noexcept {}
174 using Tuple = std::tuple<int, NothrowMoveable>;
181 using Tuple = std::pair<int, NothrowMoveable>;
apply.pass.cpp 181 struct NothrowMoveable {
182 NothrowMoveable() noexcept = default;
183 NothrowMoveable(NothrowMoveable const&) noexcept(false) {}
184 NothrowMoveable(NothrowMoveable&&) noexcept {}
190 NothrowMoveable operator()(Args...) const noexcept(IsNoexcept) { return {}; }
206 using Tup = std::tuple<NothrowMoveable, int>;
  /external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
swap.pass.cpp 131 using NothrowMoveable = NothrowTypeImp<false, true, false, true, false, false>;
252 using T = NothrowMoveable;
439 using T2 = NothrowMoveable;
521 using V = std::variant<int, NothrowMoveable>;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/variant/variant.variant/variant.swap/
swap.pass.cpp 131 using NothrowMoveable = NothrowTypeImp<false, true, false, true, false, false>;
252 using T = NothrowMoveable;
439 using T2 = NothrowMoveable;
521 using V = std::variant<int, NothrowMoveable>;

Completed in 1676 milliseconds