Searched refs:copy_int_value (Results 1 – 1 of 1) sorted by relevance
374 int copy_int_value = 0; in TEST_F() local375 ASSERT_TRUE(copy_int->GetAsInteger(©_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() local562 EXPECT_TRUE(original_int_value->Equals(copy_int_value.get())); in TEST_F()