Searched defs:const_ref_cb (Results 1 – 1 of 1) sorted by relevance
658 RepeatingCallback<int()> const_ref_cb = BindRepeating(&Identity, ConstRef(n)); in TEST_F() local683 OnceCallback<int()> const_ref_cb = BindOnce(&Identity, ConstRef(n)); in TEST_F() local