Home
last modified time | relevance | path

Searched defs:const_ref_cb (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dbind_unittest.cc658 RepeatingCallback<int()> const_ref_cb = BindRepeating(&Identity, ConstRef(n)); in TEST_F() local
683 OnceCallback<int()> const_ref_cb = BindOnce(&Identity, ConstRef(n)); in TEST_F() local
/aosp_15_r20/external/cronet/base/functional/
H A Dbind_unittest.cc773 RepeatingCallback<int()> const_ref_cb = in TEST_F() local
799 OnceCallback<int()> const_ref_cb = BindOnce(&Identity, std::cref(n)); in TEST_F() local