Home
last modified time | relevance | path

Searched defs:ExplicitDerived (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR31384.pass.cpp42 struct ExplicitDerived : std::tuple<T> { struct
65 ExplicitDerived<int>, std::tuple<Explicit>>::value, ""); in main() argument
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR31384.pass.cpp42 struct ExplicitDerived : std::tuple<T> { struct
45 explicit operator std::tuple<U>() && { ++count; return {}; } in operator std::tuple<U>()
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR31384.pass.cpp42 struct ExplicitDerived : std::tuple<T> { struct
45 explicit operator std::tuple<U>() && { ++count; return {}; } in operator std::tuple<U>()