Searched refs:copy_int (Results 1 – 1 of 1) sorted by relevance
369 Value* copy_int = NULL; in TEST_F() local370 ASSERT_TRUE(copy_dict->Get("int", ©_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(©_int_value)); in TEST_F()