Home
last modified time | relevance | path

Searched refs:ValidateDictAllResourcesOfType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dfpdf_parser_utility_unittest.cpp55 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 Dfpdf_parser_utility.cpp165 bool ValidateDictAllResourcesOfType(const CPDF_Dictionary* dict, in ValidateDictAllResourcesOfType() function
181 return ValidateDictAllResourcesOfType(dict, "Font"); in ValidateFontResourceDict()
H A Dfpdf_parser_utility.h62 bool ValidateDictAllResourcesOfType(const CPDF_Dictionary* dict,