Home
last modified time | relevance | path

Searched refs:GetParamType (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_contentmarkitem.h26 ParamType GetParamType() const { return m_ParamType; } in GetParamType() function
Dcpdf_occontext.cpp188 item->GetParamType() == CPDF_ContentMarkItem::kPropertiesDict && in CheckObjectVisible()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp255 if (item->GetParamType() == CPDF_ContentMarkItem::kNone) { in ProcessContentMarks()
261 switch (item->GetParamType()) { in ProcessContentMarks()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp11021 auto GetParamType = [](NamedDecl *D) { in diagnoseOdrViolations() local
11038 << FirstTemplate << (i + 1) << GetParamType(FirstParam); in diagnoseOdrViolations()
11042 << SecondTemplate << (i + 1) << GetParamType(SecondParam); in diagnoseOdrViolations()