Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array.cpp177 RetainPtr<CPDF_Array> CPDF_Array::GetMutableArrayAt(size_t index) { in GetMutableArrayAt() function in CPDF_Array
182 return const_cast<CPDF_Array*>(this)->GetMutableArrayAt(index); in GetArrayAt()
H A Dcpdf_array.h67 RetainPtr<CPDF_Array> GetMutableArrayAt(size_t index);