Searched refs:DecoderArray (Results 1 – 1 of 1) sorted by relevance
349 std::vector<std::pair<ByteString, CPDF_Object*>> DecoderArray; in PDF_DataDecode() local353 DecoderArray.push_back( in PDF_DataDecode()358 DecoderArray.push_back( in PDF_DataDecode()363 size_t nSize = DecoderArray.size(); in PDF_DataDecode()366 ByteString decoder = DecoderArray[i].first; in PDF_DataDecode()367 CPDF_Dictionary* pParam = ToDictionary(DecoderArray[i].second); in PDF_DataDecode()