Searched refs:copy_int (Results 1 – 1 of 1) sorted by relevance
464 Value* copy_int = NULL; in TEST() local465 ASSERT_TRUE(copy_dict->Get("int", ©_int)); in TEST()466 ASSERT_TRUE(copy_int); in TEST()467 ASSERT_NE(copy_int, original_int); in TEST()468 ASSERT_TRUE(copy_int->IsType(Value::TYPE_INTEGER)); in TEST()470 ASSERT_TRUE(copy_int->GetAsInteger(©_int_value)); in TEST()661 std::unique_ptr<Value> copy_int = original_int->CreateDeepCopy(); in TEST() local671 EXPECT_TRUE(original_int->Equals(copy_int.get())); in TEST()