HomeSort by relevance Sort by last modified time
    Searched defs:InsertAt (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_vector.cc 58 // Same operation as InsertAt beginning.
59 InsertAt(prepend_this, length, 0);
95 void AudioVector::InsertAt(const int16_t* insert_this,
  /external/v8/src/
list-inl.h 95 void List<T, P>::InsertAt(int index, const T& elm, P alloc) {
zone.h 201 void InsertAt(int index, const T& element, Zone* zone) {
202 List<T, ZoneAllocationPolicy>::InsertAt(index, element,
  /external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 491 MachineBasicBlock::iterator InsertAt = MBB->end();
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);
HexagonCommonGEP.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 106 void InsertAt(int nIndex,ARG_TYPE newElement,int nCount = 1);
108 void InsertAt(int nStartIndex,CDXArray *pNewArray);
251 void CDXArray<TYPE,ARG_TYPE>::InsertAt(int nIndex,ARG_TYPE newElement,int nCount) {
281 void CDXArray<TYPE,ARG_TYPE>::InsertAt(int nStartIndex,CDXArray *pNewArray) {
286 InsertAt(nStartIndex,pNewArray->GetAt(0),pNewArray->GetSize());
authif.h 92 DWORD (WINAPI *InsertAt)(struct _RADIUS_ATTRIBUTE_ARRAY *This,DWORD dwIndex,const RADIUS_ATTRIBUTE *pAttr);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 531 void CPDF_Array::InsertAt(FX_DWORD index,
538 m_Objects.InsertAt(index, pObj);
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 303 FX_BOOL InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray);
409 FX_BOOL InsertAt(int nIndex, TYPE newElement, int nCount = 1) {
423 FX_BOOL InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray) {
424 return CFX_BasicArray::InsertAt(nStartIndex, pNewArray);
1167 m_DataLists.InsertAt(iFind, list);

Completed in 402 milliseconds