Home
last modified time | relevance | path

Searched defs:ConstructsWithTupleLeaf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dmove.pass.cpp24 struct ConstructsWithTupleLeaf struct
26 ConstructsWithTupleLeaf() {} in ConstructsWithTupleLeaf() argument
28 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf const &) { assert(false); } in ConstructsWithTupleLeaf() function
29 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf &&) {} in ConstructsWithTupleLeaf() function
32 ConstructsWithTupleLeaf(T) { in ConstructsWithTupleLeaf() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dmove.pass.cpp25 struct ConstructsWithTupleLeaf struct
27 ConstructsWithTupleLeaf() {} in ConstructsWithTupleLeaf() argument
29 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf const &) { assert(false); } in ConstructsWithTupleLeaf() argument
30 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf &&) {} in ConstructsWithTupleLeaf() argument
33 ConstructsWithTupleLeaf(T) { in ConstructsWithTupleLeaf() argument