Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_array.h110 return pdfium::WrapRetain(static_cast<T*>(InsertAtInternal( in InsertNewAt()
116 return pdfium::WrapRetain(static_cast<T*>(InsertAtInternal( in InsertNewAt()
152 CPDF_Object* InsertAtInternal(size_t index, RetainPtr<CPDF_Object> pObj);
Dcpdf_array.cpp222 (void)InsertAtInternal(index, std::move(pObj)); in InsertAt()
242 CPDF_Object* CPDF_Array::InsertAtInternal(size_t index, in InsertAtInternal() function in CPDF_Array