Home | History | Annotate | Download | only in json

Lines Matching refs:root2

230   scoped_ptr<Value> root2;
231 root2.reset(JSONReader::Read("[true, false, null, ]", true));
232 EXPECT_TRUE(root->Equals(root2.get()));
250 root2.reset(JSONReader::Read("[[true], [], [false, [], [null, ] , ], null,]",
252 EXPECT_TRUE(root->Equals(root2.get()));
316 root2.reset(JSONReader::Read(
318 ASSERT_TRUE(root2.get());
319 EXPECT_TRUE(root->Equals(root2.get()));
322 root2.reset(JSONReader::Read(
328 ASSERT_TRUE(root2.get());
329 EXPECT_TRUE(root->Equals(root2.get()));
331 root2.reset(JSONReader::Read(
337 ASSERT_TRUE(root2.get());
338 EXPECT_TRUE(root->Equals(root2.get()));
357 root2.reset(JSONReader::Read(
359 EXPECT_TRUE(root->Equals(root2.get()));