Searched refs:ref_n (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/
H A Dbind_unittest.cc540 int& ref_n = n; local
543 Callback<int()> ref_copies_cb = Bind(&Identity, ref_n);
/external/libweave/third_party/chromium/base/
H A Dbind_unittest.cc541 int& ref_n = n; local
544 Callback<int()> ref_copies_cb = Bind(&Identity, ref_n);
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc2383 const Matcher<const int&> ref_n = Ref(n); local
2384 EXPECT_TRUE(Value(n, ref_n));
2385 EXPECT_FALSE(Value(1, ref_n));
/external/gmock/test/
H A Dgmock-matchers_test.cc2492 const Matcher<const int&> ref_n = Ref(n); local
2493 EXPECT_TRUE(Value(n, ref_n));
2494 EXPECT_FALSE(Value(1, ref_n));

Completed in 276 milliseconds