Home
last modified time | relevance | path

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

/external/chromium/base/
Dvalues_unittest.cc369 Value* copy_int = NULL; in TEST_F() local
370 ASSERT_TRUE(copy_dict->Get("int", &copy_int)); in TEST_F()
371 ASSERT_TRUE(copy_int); in TEST_F()
372 ASSERT_NE(copy_int, original_int); in TEST_F()
373 ASSERT_TRUE(copy_int->IsType(Value::TYPE_INTEGER)); in TEST_F()
375 ASSERT_TRUE(copy_int->GetAsInteger(&copy_int_value)); in TEST_F()