Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp144 struct NonThrowingNonNoexceptType { struct
147 NonThrowingNonNoexceptType() = default; argument
148 NonThrowingNonNoexceptType(int v) : value(v) {} in NonThrowingNonNoexceptType() function
149 NonThrowingNonNoexceptType(NonThrowingNonNoexceptType &&o) noexcept(false) in NonThrowingNonNoexceptType() argument
155 operator=(NonThrowingNonNoexceptType &&) noexcept(false) { in operator =() argument
161 int NonThrowingNonNoexceptType::move_called = 0; argument
/aosp_15_r20/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp153 struct NonThrowingNonNoexceptType { struct
156 NonThrowingNonNoexceptType() = default; argument
157 NonThrowingNonNoexceptType(int v) : value(v) {} in NonThrowingNonNoexceptType() function
158 NonThrowingNonNoexceptType(NonThrowingNonNoexceptType &&o) noexcept(false) in NonThrowingNonNoexceptType() function
164 operator=(NonThrowingNonNoexceptType &&) noexcept(false) { in operator =() argument
170 int NonThrowingNonNoexceptType::move_called = 0; argument