Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalues_unittest.cc469 int copy_int_value = 0; in TEST() local
470 ASSERT_TRUE(copy_int->GetAsInteger(&copy_int_value)); in TEST()
471 ASSERT_EQ(42, copy_int_value); in TEST()