Home
last modified time | relevance | path

Searched defs:const_ref_cb (Results 1 – 2 of 2) 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
/external/cronet/base/functional/
Dbind_unittest.cc790 RepeatingCallback<int()> const_ref_cb = in TEST_F() local
816 OnceCallback<int()> const_ref_cb = BindOnce(&Identity, std::cref(n)); in TEST_F() local