Home
last modified time | relevance | path

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

/external/chromium/base/
Dvalues_unittest.cc374 int copy_int_value = 0; in TEST_F() local
375 ASSERT_TRUE(copy_int->GetAsInteger(&copy_int_value)); in TEST_F()
376 ASSERT_EQ(42, copy_int_value); in TEST_F()
553 scoped_ptr<Value> copy_int_value(original_int_value->DeepCopy()); in TEST_F() local
562 EXPECT_TRUE(original_int_value->Equals(copy_int_value.get())); in TEST_F()