HomeSort by relevance Sort by last modified time
    Searched refs:const_ref_n (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
bind_unittest.cc 541 const int& const_ref_n = n; local
548 Callback<int()> const_ref_copies_cb = Bind(&Identity, const_ref_n);
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 542 const int& const_ref_n = n; local
549 Callback<int()> const_ref_copies_cb = Bind(&Identity, const_ref_n);

Completed in 36 milliseconds