Searched defs:const_ref_cb (Results 1 – 2 of 2) 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
773 RepeatingCallback<int()> const_ref_cb = in TEST_F() local799 OnceCallback<int()> const_ref_cb = BindOnce(&Identity, std::cref(n)); in TEST_F() local