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

/external/chromium_org/base/
H A Dvalues_unittest.cc417 int copy_int_value = 0; local
418 ASSERT_TRUE(copy_int->GetAsInteger(&copy_int_value));
419 ASSERT_EQ(42, copy_int_value);
607 scoped_ptr<Value> copy_int_value(original_int_value->DeepCopy());
616 EXPECT_TRUE(original_int_value->Equals(copy_int_value.get()));

Completed in 496 milliseconds