Searched refs:ValidateDictAllResourcesOfType (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | fpdf_parser_utility_unittest.cpp | 55 TEST(ParserUtilityTest, ValidateDictAllResourcesOfType) { in TEST() argument 63 EXPECT_TRUE(ValidateDictAllResourcesOfType(dict.Get(), "foo")); in TEST() 64 EXPECT_TRUE(ValidateDictAllResourcesOfType(dict.Get(), "bar")); in TEST() 67 EXPECT_FALSE(ValidateDictAllResourcesOfType(nullptr, "foo")); in TEST() 68 EXPECT_FALSE(ValidateDictAllResourcesOfType(nullptr, "bar")); in TEST() 76 EXPECT_FALSE(ValidateDictAllResourcesOfType(dict.Get(), "foo")); in TEST() 77 EXPECT_FALSE(ValidateDictAllResourcesOfType(dict.Get(), "bar")); in TEST() 82 EXPECT_FALSE(ValidateDictAllResourcesOfType(dict.Get(), "foo")); in TEST() 83 EXPECT_FALSE(ValidateDictAllResourcesOfType(dict.Get(), "bar")); in TEST() 87 EXPECT_TRUE(ValidateDictAllResourcesOfType(dict.Get(), "foo")); in TEST() [all …]
|
H A D | fpdf_parser_utility.cpp | 165 bool ValidateDictAllResourcesOfType(const CPDF_Dictionary* dict, in ValidateDictAllResourcesOfType() function 181 return ValidateDictAllResourcesOfType(dict, "Font"); in ValidateFontResourceDict()
|
H A D | fpdf_parser_utility.h | 62 bool ValidateDictAllResourcesOfType(const CPDF_Dictionary* dict,
|