Home
last modified time | relevance | path

Searched refs:GetArrayForInternal (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_dictionary.cpp182 const CPDF_Array* CPDF_Dictionary::GetArrayForInternal( in GetArrayForInternal() function in CPDF_Dictionary
189 return pdfium::WrapRetain(GetArrayForInternal(key)); in GetArrayFor()
194 return pdfium::WrapRetain(const_cast<CPDF_Array*>(GetArrayForInternal(key))); in GetMutableArrayFor()
242 const CPDF_Array* pArray = GetArrayForInternal(key); in GetRectFor()
249 const CPDF_Array* pArray = GetArrayForInternal(key); in GetMatrixFor()
H A Dcpdf_dictionary.h132 const CPDF_Array* GetArrayForInternal(const ByteString& key) const;