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

/fuchsia/zircon/system/utest/fbl/
H A Dfunction_tests.cpp595 fbl::unique_ptr<int> AddAndReturn(fbl::unique_ptr<int> value) { function in struct:fbl::tests::__anon1343::Obj
612 move_only_value = BindMember(&obj, &Obj::AddAndReturn)(fbl::move(move_only_value));
/fuchsia/zircon/system/utest/fit/
H A Dfunction_tests.cpp662 std::unique_ptr<int> AddAndReturn(std::unique_ptr<int> value) { function in struct:__anon1383::Obj
679 move_only_value = fit::bind_member(&obj, &Obj::AddAndReturn)(std::move(move_only_value));

Completed in 60 milliseconds