Searched refs:ValidateDecoderPipeline (Results 1 – 3 of 3) sorted by relevance
42 TEST(ParserDecodeTest, ValidateDecoderPipeline) { in TEST() argument46 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()52 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()58 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()65 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()72 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()82 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()92 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST()98 EXPECT_FALSE(ValidateDecoderPipeline(decoders.Get())); in TEST()105 EXPECT_FALSE(ValidateDecoderPipeline(decoders.Get())); in TEST()[all …]
34 bool ValidateDecoderPipeline(const CPDF_Array* pDecoders);
93 bool ValidateDecoderPipeline(const CPDF_Array* pDecoders) { in ValidateDecoderPipeline() function385 if (!ValidateDecoderPipeline(pDecoders)) in GetDecoderArray()