Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/
H A Dbind_unittest.cc457 RepeatingClosure normal_func_cb = BindRepeating(IgnoreResult(&IntFunc0)); in TEST_F() local
493 OnceClosure normal_func_cb = BindOnce(IgnoreResult(&IntFunc0)); in TEST_F() local
611 RepeatingCallback<int(int)> normal_func_cb = in TEST_F() local
636 Callback<int(int)> normal_func_cb = in TEST_F() local
/aosp_15_r20/external/cronet/base/functional/
H A Dbind_unittest.cc463 RepeatingClosure normal_func_cb = BindRepeating(IgnoreResult(&IntFunc0)); in TEST_F() local
498 OnceClosure normal_func_cb = BindOnce(IgnoreResult(&IntFunc0)); in TEST_F() local
726 RepeatingCallback<int(int)> normal_func_cb = in TEST_F() local
751 OnceCallback<int(int)> normal_func_cb = in TEST_F() local