HomeSort by relevance Sort by last modified time
    Searched refs:copy_int_value (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
values_unittest.cc 374 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/
values_unittest.cc 381 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 336 milliseconds