Searched refs:check_int (Results 1 – 1 of 1) sorted by relevance
91 void check_int(std::unique_ptr<int> number, std::shared_ptr<int> to_change) { in check_int() function98 auto once_callback = common::BindOnce(&check_int, std::move(number), to_change); in TEST_F()