Searched refs:move_only_value (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/fbl/
H A Dfunction_tests.cpp607 auto move_only_value = fbl::make_unique<int>(4); local
612 move_only_value = BindMember(&obj, &Obj::AddAndReturn)(fbl::move(move_only_value));
613 EXPECT_EQ(5, *move_only_value);
/fuchsia/zircon/system/utest/fit/
H A Dfunction_tests.cpp674 auto move_only_value = std::make_unique<int>(4); local
679 move_only_value = fit::bind_member(&obj, &Obj::AddAndReturn)(std::move(move_only_value));
680 EXPECT_EQ(5, *move_only_value);

Completed in 28 milliseconds