Searched refs:const_ref_n (Results 1 – 2 of 2) sorted by relevance
541 const int& const_ref_n = n; in TEST_F() local548 Callback<int()> const_ref_copies_cb = Bind(&Identity, const_ref_n); in TEST_F()
542 const int& const_ref_n = n; in TEST_F() local549 Callback<int()> const_ref_copies_cb = Bind(&Identity, const_ref_n); in TEST_F()