Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/objects/
Dminimal.hpp162 class movable1 class
167 movable1(constructor_param const&) {} in movable1() function in test::minimal::movable1
168 movable1() {} in movable1() function in test::minimal::movable1
169 explicit movable1(movable_init) {} in movable1() function in test::minimal::movable1
170 movable1(BOOST_RV_REF(movable1)) {} in movable1() argument
171 movable1& operator=(BOOST_RV_REF(movable1)) { return *this; } in operator =()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dcompile_set.cpp195 test::minimal::movable1 movable1(x); in UNORDERED_AUTO_TEST() local