Home
last modified time | relevance | path

Searched refs:move_only (Results 1 – 13 of 13) sorted by relevance

/external/libcxx/test/utilities/utility/forward/
Dmove_only1.fail.cpp18 class move_only class
21 move_only(const move_only&);
22 move_only& operator=(const move_only&);
24 move_only(move_only&);
25 move_only& operator=(move_only&);
31 move_only(move_only&&) {} in move_only() argument
32 move_only& operator=(move_only&&) {} in operator =() argument
34 operator std::__rv<move_only> () {return std::__rv<move_only>(*this);}
35 move_only(std::__rv<move_only>) {}
38 move_only() {} in move_only() function in move_only
[all …]
Dmove_only2.fail.cpp18 class move_only class
21 move_only(const move_only&);
22 move_only& operator=(const move_only&);
24 move_only(move_only&);
25 move_only& operator=(move_only&);
31 move_only(move_only&&) {} in move_only() argument
32 move_only& operator=(move_only&&) {} in operator =() argument
34 operator std::__rv<move_only> () {return std::__rv<move_only>(*this);}
35 move_only(std::__rv<move_only>) {}
38 move_only() {} in move_only() function in move_only
[all …]
Dmove_only4.fail.cpp18 class move_only class
21 move_only(const move_only&);
22 move_only& operator=(const move_only&);
24 move_only(move_only&);
25 move_only& operator=(move_only&);
31 move_only(move_only&&) {} in move_only() argument
32 move_only& operator=(move_only&&) {} in operator =() argument
34 operator std::__rv<move_only> () {return std::__rv<move_only>(*this);}
35 move_only(std::__rv<move_only>) {}
38 move_only() {} in move_only() function in move_only
[all …]
Dmove_only3.fail.cpp15 class move_only class
18 move_only(const move_only&);
19 move_only& operator=(const move_only&);
21 move_only(move_only&);
22 move_only& operator=(move_only&);
28 move_only(move_only&&) {} in move_only() function in move_only
29 move_only& operator=(move_only&&) {} in operator =() argument
31 operator std::__rv<move_only> () {return std::__rv<move_only>(*this);}
32 move_only(std::__rv<move_only>) {}
35 move_only() {} in move_only() function in move_only
[all …]
Dmove_only.pass.cpp15 class move_only class
18 move_only(const move_only&);
19 move_only& operator=(const move_only&);
21 move_only(move_only&);
22 move_only& operator=(move_only&);
28 move_only(move_only&&) {} in move_only() function in move_only
29 move_only& operator=(move_only&&) {return *this;} in operator =() argument
31 operator std::__rv<move_only> () {return std::__rv<move_only>(*this);}
32 move_only(std::__rv<move_only>) {}
35 move_only() {} in move_only() function in move_only
[all …]
DAndroid.mk27 test_name := utilities/utility/forward/move_only
28 test_src := move_only.pass.cpp
/external/libcxx/test/utilities/memory/default.allocator/allocator.members/
Dconstruct.pass.cpp52 class move_only class
56 move_only(const move_only&);
57 move_only& operator=(const move_only&);
59 move_only(move_only&);
60 move_only& operator=(move_only&);
66 move_only(move_only&&) {++move_only_constructed;} in move_only() function in move_only
67 move_only& operator=(move_only&&) {return *this;} in operator =() argument
69 operator std::__rv<move_only> () {return std::__rv<move_only>(*this);}
70 move_only(std::__rv<move_only>) {++move_only_constructed;}
73 move_only() {++move_only_constructed;} in move_only() function in move_only
[all …]
/external/chromium_org/mojo/public/cpp/bindings/lib/
Dbindings_internal.h70 template <typename T, bool move_only = IsMoveOnlyType<T>::value>
Darray_serialization.h36 template <typename E, typename F, bool move_only = IsMoveOnlyType<E>::value>
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.h441 bool move_only() const { in move_only() function
Dtab_strip.h417 bool move_only,
Dtab_drag_controller.cc554 if (move_only()) { in ContinueDragging()
816 if (move_only() && attached_tabstrip_) { in GetTargetTabStripForPoint()
Dtab_strip.cc1882 bool move_only, in StoppedDraggingTabs() argument
1888 if (move_only && touch_layout_) { in StoppedDraggingTabs()