Home
last modified time | relevance | path

Searched defs:ThrowsMove (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dmove.pass.cpp183 struct ThrowsMove { in main() struct
184 ThrowsMove() noexcept {} in main() argument
185 ThrowsMove(ThrowsMove const&) noexcept {} in main() function
186 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() argument
187 ThrowsMove& operator=(ThrowsMove const&) noexcept { return *this; } in main()
188 ThrowsMove& operator=(ThrowsMove &&) noexcept { return *this; } in main()
/external/cronet/stable/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.assign/
Dmove.pass.cpp178 struct ThrowsMove { in main() struct
179 ThrowsMove() noexcept {} in main() function
180 ThrowsMove(ThrowsMove const&) noexcept {} in main() function
181 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() function
182 ThrowsMove& operator=(ThrowsMove const&) noexcept { return *this; } in main()
183 ThrowsMove& operator=(ThrowsMove &&) noexcept { return *this; } in main()
/external/cronet/tot/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.assign/
Dmove.pass.cpp178 struct ThrowsMove { in main() struct
179 ThrowsMove() noexcept {} in main() function
180 ThrowsMove(ThrowsMove const&) noexcept {} in main() argument
181 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() argument
182 ThrowsMove& operator=(ThrowsMove const&) noexcept { return *this; } in main()
183 ThrowsMove& operator=(ThrowsMove &&) noexcept { return *this; } in main()
/external/cronet/tot/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.ctor/
Dmove.pass.cpp199 struct ThrowsMove { in main() struct
200 ThrowsMove() noexcept(false) {} in main() function
201 ThrowsMove(ThrowsMove const&) noexcept(false) {} in main() function
202 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() function
/external/cronet/stable/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.ctor/
Dmove.pass.cpp199 struct ThrowsMove { in main() struct
200 ThrowsMove() noexcept(false) {} in main() function
201 ThrowsMove(ThrowsMove const&) noexcept(false) {} in main() function
202 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() function
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Dmove.pass.cpp208 struct ThrowsMove { in main() struct
209 ThrowsMove() noexcept(false) {} in main() function
210 ThrowsMove(ThrowsMove const&) noexcept(false) {} in main() function
211 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() argument
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Dmove.pass.cpp35 struct ThrowsMove { struct
36 ThrowsMove(ThrowsMove &&) noexcept(false) {} in ThrowsMove() function
/external/cronet/stable/third_party/libc++/src/test/std/utilities/variant/variant.variant/variant.ctor/
Dmove.pass.cpp25 struct ThrowsMove { struct
26 ThrowsMove(ThrowsMove&&) noexcept(false) {} in ThrowsMove() argument
/external/cronet/tot/third_party/libc++/src/test/std/utilities/variant/variant.variant/variant.ctor/
Dmove.pass.cpp25 struct ThrowsMove { struct
26 ThrowsMove(ThrowsMove&&) noexcept(false) {} in ThrowsMove() function