Home
last modified time | relevance | path

Searched defs:FPDFAnnotationDeleter (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/public/cpp/
Dfpdf_deleters.h20 struct FPDFAnnotationDeleter { struct
21 inline void operator()(FPDF_ANNOTATION annot) { FPDFPage_CloseAnnot(annot); } in operator()