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

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.cc43 // Same operation as InsertAt beginning.
44 InsertAt(prepend_this, length, 0);
80 void AudioVector::InsertAt(const int16_t* insert_this, function in class:webrtc::AudioVector
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.h156 void PushBack(T item) { InsertAt(static_cast<int>(count_), item); }
176 void InsertAt(int index, T item);
206 void Vector<T>::InsertAt(int index, T item) { function in class:crazy::Vector
/external/chromium_org/v8/src/
H A Dlist-inl.h92 void List<T, P>::InsertAt(int index, const T& elm, P alloc) { function in class:v8::internal::List
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp126 FX_BOOL CFX_BasicArray::InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray) function in class:CFX_BasicArray
/external/chromium_org/win8/metro_driver/
H A Dfile_picker.cc64 STDMETHOD(InsertAt)(unsigned index, HSTRING item) { function in class:__anon17430::StringVectorImpl
H A Dfile_picker_ash.cc61 STDMETHOD(InsertAt)(unsigned index, HSTRING item) { function in class:__anon17431::StringVectorImpl
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp543 void CPDF_Array::InsertAt(FX_DWORD index, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) function in class:CPDF_Array
550 m_Objects.InsertAt(index, pObj);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h392 FX_BOOL InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray);
534 FX_BOOL InsertAt(int nIndex, TYPE newElement, int nCount = 1) function in class:CFX_ArrayTemplate
550 FX_BOOL InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray) function in class:CFX_ArrayTemplate
552 return CFX_BasicArray::InsertAt(nStartIndex, pNewArray);
1596 m_DataLists.InsertAt(iFind, list);

Completed in 618 milliseconds