Searched refs:InsertAtInternal (Results 1 – 2 of 2) sorted by relevance
110 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);
222 (void)InsertAtInternal(index, std::move(pObj)); in InsertAt()242 CPDF_Object* CPDF_Array::InsertAtInternal(size_t index, in InsertAtInternal() function in CPDF_Array