Home
last modified time | relevance | path

Searched defs:move_only (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/utilities/utility/forward/
Dmove_only.pass.cpp15 class move_only class
28 move_only(move_only&&) {} in move_only() argument
29 move_only& operator=(move_only&&) {return *this;} in operator =() argument
35 move_only() {} in move_only() function in move_only
41 void test(move_only) {} in test() argument
Dmove_only1.fail.cpp18 class move_only class
31 move_only(move_only&&) {} in move_only() function in move_only
32 move_only& operator=(move_only&&) {} in operator =() argument
38 move_only() {} in move_only() function in move_only
44 void test(move_only) {} in test() argument
Dmove_only2.fail.cpp18 class move_only class
31 move_only(move_only&&) {} in move_only() argument
32 move_only& operator=(move_only&&) {} in operator =() argument
38 move_only() {} in move_only() function in move_only
44 void test(move_only) {} in test() argument
Dmove_only3.fail.cpp15 class move_only class
28 move_only(move_only&&) {} in move_only() function in move_only
29 move_only& operator=(move_only&&) {} in operator =() argument
35 move_only() {} in move_only() function in move_only
41 void test(move_only) {} in test() argument
Dmove_only4.fail.cpp18 class move_only class
31 move_only(move_only&&) {} in move_only() function in move_only
32 move_only& operator=(move_only&&) {} in operator =() argument
38 move_only() {} in move_only() function in move_only
44 void test(move_only) {} in test() argument
/external/libcxx/test/utilities/memory/default.allocator/allocator.members/
Dconstruct.pass.cpp52 class move_only class
66 move_only(move_only&&) {++move_only_constructed;} in move_only() argument
67 move_only& operator=(move_only&&) {return *this;} in operator =() argument
73 move_only() {++move_only_constructed;} in move_only() function in move_only
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.h441 bool move_only() const { in move_only() function
Dtab_strip.cc1882 bool move_only, in StoppedDraggingTabs()