Searched defs:InsertAt (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array.cpp170 CPDF_Object* CPDF_Array::InsertAt(size_t index, function in class:CPDF_Array
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.cc58 // Same operation as InsertAt beginning.
59 InsertAt(prepend_this, length, 0);
95 void AudioVector::InsertAt(const int16_t* insert_this, function in class:webrtc::AudioVector
/external/v8/src/interpreter/
H A Dconstant-array-builder.cc52 void ConstantArrayBuilder::ConstantArraySlice::InsertAt(size_t index, function in class:v8::internal::interpreter::ConstantArrayBuilder::ConstantArraySlice
206 slice->InsertAt(index, object);
/external/v8/src/
H A Dlist-inl.h95 void List<T, P>::InsertAt(int index, const T& elm, P alloc) { function in class:v8::internal::List
/external/v8/src/zone/
H A Dzone.h190 void InsertAt(int index, const T& element, Zone* zone) { function in class:v8::internal::final
191 List<T, ZoneAllocationPolicy>::InsertAt(index, element,
/external/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp491 MachineBasicBlock::iterator InsertAt = MBB->end(); local
507 InsertAt = I;
512 assert((InsertAt != MBB->end()) && "Cannot locate any store from the group");
516 // InsertAt points at the first instruction that will be removed. We need
520 if (InsertAt != MBB->begin())
521 --InsertAt;
529 ++InsertAt;
531 InsertAt = MBB->begin();
534 MBB->insert(InsertAt, I);
H A DHexagonCommonGEP.cpp1200 BasicBlock::iterator InsertAt = LastB->getTerminator()->getIterator(); local
1206 InsertAt = FirstUse;
1210 Value *NewInst = fabricateGEP(NA, InsertAt, LastB);
/external/pdfium/core/fxcrt/
H A Dfx_basic.h190 bool InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray);
290 bool InsertAt(int nIndex, TYPE newElement, int nCount = 1) { function in class:CFX_ArrayTemplate
304 bool InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray) { function in class:CFX_ArrayTemplate
305 return CFX_BasicArray::InsertAt(nStartIndex, pNewArray);
478 m_DataLists.InsertAt(iFind, list);

Completed in 683 milliseconds