Home
last modified time | relevance | path

Searched refs:const_ref_n (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dbind_unittest.cc522 const int& const_ref_n = n; in TEST_F() local
530 BindRepeating(&Identity, const_ref_n); in TEST_F()
539 const int& const_ref_n = n; in TEST_F() local
546 BindOnce(&Identity, const_ref_n); in TEST_F()