Home
last modified time | relevance | path

Searched refs:copy_int (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dvalues_unittest.cc1103 Value* copy_int = nullptr; in TEST() local
1104 ASSERT_TRUE(copy_dict->Get("int", &copy_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(&copy_int_value)); in TEST()
1376 auto copy_int = std::make_unique<Value>(int_weak->Clone()); in TEST() local
1386 EXPECT_EQ(*int_weak, *copy_int); in TEST()