Home | History | Annotate | Download | only in unittest

Lines Matching refs:IsTrue

660     EXPECT_TRUE(Pointer("/foo/true").GetWithDefault(d, true, a).IsTrue());
661 EXPECT_TRUE(Pointer("/foo/true").GetWithDefault(d, false, a).IsTrue());
712 EXPECT_TRUE(Pointer("/foo/true").GetWithDefault(d, true).IsTrue());
713 EXPECT_TRUE(Pointer("/foo/true").GetWithDefault(d, false).IsTrue());
771 EXPECT_TRUE(GetValueByPointer(d, "/foo/true")->IsTrue());
830 EXPECT_TRUE(GetValueByPointer(d, "/foo/true")->IsTrue());
980 EXPECT_TRUE(GetValueByPointerWithDefault(d, Pointer("/foo/true"), true, a).IsTrue());
981 EXPECT_TRUE(GetValueByPointerWithDefault(d, Pointer("/foo/true"), false, a).IsTrue());
1033 EXPECT_TRUE(GetValueByPointerWithDefault(d, "/foo/true", true, a).IsTrue());
1034 EXPECT_TRUE(GetValueByPointerWithDefault(d, "/foo/true", false, a).IsTrue());
1085 EXPECT_TRUE(GetValueByPointerWithDefault(d, Pointer("/foo/true"), true).IsTrue());
1086 EXPECT_TRUE(GetValueByPointerWithDefault(d, Pointer("/foo/true"), false).IsTrue());
1137 EXPECT_TRUE(GetValueByPointerWithDefault(d, "/foo/true", true).IsTrue());
1138 EXPECT_TRUE(GetValueByPointerWithDefault(d, "/foo/true", false).IsTrue());
1193 EXPECT_TRUE(GetValueByPointer(d, "/foo/true")->IsTrue());
1250 EXPECT_TRUE(GetValueByPointer(d, "/foo/true")->IsTrue());
1306 EXPECT_TRUE(GetValueByPointer(d, "/foo/true")->IsTrue());
1362 EXPECT_TRUE(GetValueByPointer(d, "/foo/true")->IsTrue());