Searched refs:AddAndReturn (Results 1 – 2 of 2) sorted by relevance
595 fbl::unique_ptr<int> AddAndReturn(fbl::unique_ptr<int> value) { in AddAndReturn() function612 move_only_value = BindMember(&obj, &Obj::AddAndReturn)(std::move(move_only_value)); in bind_member()
695 std::unique_ptr<int> AddAndReturn(std::unique_ptr<int> value) { in AddAndReturn() function712 move_only_value = fit::bind_member(&obj, &Obj::AddAndReturn)(std::move(move_only_value)); in bind_member()
Completed in 5 milliseconds