Home
last modified time | relevance | path

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

/third_party/boost/libs/smart_ptr/test/
Dmake_shared_move_emulation_test.cpp18 class movearg class
21 BOOST_MOVABLE_BUT_NOT_COPYABLE(movearg)
23 movearg() in movearg() function in movearg
25 movearg(BOOST_RV_REF(movearg)) in movearg() function in movearg
27 movearg& operator=(BOOST_RV_REF(movearg)) in operator =() argument
36 ByVal(movearg) {} in ByVal() argument
48 ByRef(BOOST_RV_REF(movearg)): constructed_by_(move_constructor) in ByRef() argument
50 ByRef(const movearg &arg): constructed_by_(const_ref_constructor) in ByRef()
59 movearg a; in main()
63 movearg a; in main()
[all …]