Home
last modified time | relevance | path

Searched defs:NotMoveConstructible (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/utilities/utility/utility.swap/
H A Dswap_array.pass.cpp38 struct NotMoveConstructible { struct
39 NotMoveConstructible() {} in NotMoveConstructible() argument
40 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
H A Dswap.pass.cpp42 struct NotMoveConstructible { struct
43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/utility.swap/
H A Dswap_array.pass.cpp39 struct NotMoveConstructible { struct
40 NotMoveConstructible() {} in NotMoveConstructible() function
41 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
H A Dswap.pass.cpp42 struct NotMoveConstructible { struct
43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.void/swap/
H A Dfree.swap.pass.cpp31 struct NotMoveConstructible { struct
33 friend void swap(NotMoveConstructible&, NotMoveConstructible&) {} in swap() argument
H A Dmember.swap.pass.cpp40 struct NotMoveConstructible { struct
42 friend void swap(NotMoveConstructible&, NotMoveConstructible&) {} in swap() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/swap/
H A Dfree.swap.pass.cpp34 struct NotMoveConstructible { struct
36 friend void swap(NotMoveConstructible&, NotMoveConstructible&) {} in swap() argument
H A Dmember.swap.pass.cpp46 struct NotMoveConstructible { struct
48 friend void swap(NotMoveConstructible&, NotMoveConstructible&) {} in swap() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/assign/
H A Dassign.unexpected.move.pass.cpp36 struct NotMoveConstructible { struct
H A Dassign.move.pass.cpp43 struct NotMoveConstructible { struct
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.void/assign/
H A Dassign.move.pass.cpp35 struct NotMoveConstructible { struct
H A Dassign.unexpected.move.pass.cpp36 struct NotMoveConstructible { struct