Searched refs:copy_int (Results 1 – 1 of 1) sorted by relevance
1103 Value* copy_int = nullptr; in TEST() local1104 ASSERT_TRUE(copy_dict->Get("int", ©_int)); in TEST()1105 ASSERT_TRUE(copy_int); in TEST()1106 ASSERT_NE(copy_int, int_weak); in TEST()1107 ASSERT_TRUE(copy_int->is_int()); in TEST()1109 ASSERT_TRUE(copy_int->GetAsInteger(©_int_value)); in TEST()1376 auto copy_int = std::make_unique<Value>(int_weak->Clone()); in TEST() local1386 EXPECT_EQ(*int_weak, *copy_int); in TEST()