Home | History | Annotate | Download | only in json

Lines Matching refs:root2

252   scoped_ptr<Value> root2;
253 root2.reset(JSONReader::Read("[true, false, null, ]",
255 EXPECT_TRUE(root->Equals(root2.get()));
272 root2.reset(JSONReader::Read("[[true], [], [false, [], [null, ] , ], null,]",
274 EXPECT_TRUE(root->Equals(root2.get()));
338 root2.reset(JSONReader::Read(
341 ASSERT_TRUE(root2.get());
342 EXPECT_TRUE(root->Equals(root2.get()));
345 root2.reset(JSONReader::Read(
351 ASSERT_TRUE(root2.get());
352 EXPECT_TRUE(root->Equals(root2.get()));
354 root2.reset(JSONReader::Read(
360 ASSERT_TRUE(root2.get());
361 EXPECT_TRUE(root->Equals(root2.get()));
380 root2.reset(JSONReader::Read(
383 EXPECT_TRUE(root->Equals(root2.get()));