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

/external/chromium/base/
H A Dvalues_unittest.cc374 int copy_int_value = 0; local
375 ASSERT_TRUE(copy_int->GetAsInteger(&copy_int_value));
376 ASSERT_EQ(42, copy_int_value);
553 scoped_ptr<Value> copy_int_value(original_int_value->DeepCopy());
562 EXPECT_TRUE(original_int_value->Equals(copy_int_value.get()));
/external/chromium_org/base/
H A Dvalues_unittest.cc381 int copy_int_value = 0; local
382 ASSERT_TRUE(copy_int->GetAsInteger(&copy_int_value));
383 ASSERT_EQ(42, copy_int_value);
571 scoped_ptr<Value> copy_int_value(original_int_value->DeepCopy());
580 EXPECT_TRUE(original_int_value->Equals(copy_int_value.get()));

Completed in 58 milliseconds