Home
last modified time | relevance | path

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

/external/libchrome/base/
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