Searched defs:ref_copies_cb (Results 1 – 2 of 2) sorted by relevance
527 RepeatingCallback<int()> ref_copies_cb = BindRepeating(&Identity, ref_n); in TEST_F() local544 OnceCallback<int()> ref_copies_cb = BindOnce(&Identity, ref_n); in TEST_F() local
644 RepeatingCallback<int()> ref_copies_cb = BindRepeating(&Identity, ref_n); in TEST_F() local661 OnceCallback<int()> ref_copies_cb = BindOnce(&Identity, ref_n); in TEST_F() local