Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/
Dvalues_unittest.cc445 int copy_int_value = 0; in TEST() local
446 ASSERT_TRUE(copy_int->GetAsInteger(&copy_int_value)); in TEST()
447 ASSERT_EQ(42, copy_int_value); in TEST()
/external/libchrome/base/
Dvalues_unittest.cc463 int copy_int_value = 0; in TEST() local
464 ASSERT_TRUE(copy_int->GetAsInteger(&copy_int_value)); in TEST()
465 ASSERT_EQ(42, copy_int_value); in TEST()