Home
last modified time | relevance | path

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

/external/pdfium/testing/libfuzzer/
Dpdf_font_fuzzer.cc16 std::unique_ptr<void, FPDFDocumentDeleter> doc(FPDF_CreateNewDocument()); in LLVMFuzzerTestOneInput()
/external/pdfium/public/cpp/
Dfpdf_deleters.h25 struct FPDFDocumentDeleter { struct
/external/pdfium/samples/
Dpdfium_test.cc1364 std::unique_ptr<void, FPDFDocumentDeleter> doc; in RenderPdf()