HomeSort by relevance Sort by last modified time
    Searched refs:RemoveAt (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
StackList.cs 64 RemoveAt(this.Count - 1);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
ListStack`1.cs 89 RemoveAt(Count - 1);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_util.h 160 RemoveAt(0);
173 RemoveAt(index);
178 void RemoveAt(int index);
223 void Vector<T>::RemoveAt(int index) {
296 items_.RemoveAt(idx);
crazy_linker_util_unittest.cpp 161 TEST(Vector, RemoveAt) {
169 v.RemoveAt(k);
  /external/pdfium/fpdfsdk/include/javascript/
JS_Object.h 134 void RemoveAt(FX_UINT nIndex)
141 m_Array.RemoveAt(i);
207 GetTimeMap().RemoveAt(m_nTimerID);
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 194 m_pDict->RemoveAt("V");
195 m_pDict->RemoveAt("RV");
368 m_pDict->RemoveAt("I");
527 m_pDict->RemoveAt("V");
528 m_pDict->RemoveAt("I");
618 m_pDict->RemoveAt("V");
641 m_pDict->RemoveAt("V");
642 m_pDict->RemoveAt("I");
1001 pArray->RemoveAt(i);
    [all...]
pdf_vt.h 211 void RemoveAt(int nIndex)
214 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
273 m_Lines.RemoveAt(i);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msputils.h 63 return RemoveAt(nIndex);
65 WINBOOL RemoveAt(int nIndex) {
authif.h 93 DWORD (WINAPI *RemoveAt)(struct _RADIUS_ATTRIBUTE_ARRAY *This,DWORD dwIndex);
portabledevicetypes.h     [all...]
  /external/pdfium/core/include/fxcrt/
fx_xml.h 32 void RemoveAt(FX_BSTR space, FX_BSTR name);
fx_basic.h 370 FX_BOOL RemoveAt(int nIndex, int nCount);
522 FX_BOOL RemoveAt(int nIndex, int nCount = 1)
524 return CFX_BasicArray::RemoveAt(nIndex, nCount);
651 void RemoveAt(int index)
655 CFX_BasicArray::RemoveAt(index, 1);
1094 void RemoveAt(FX_POSITION pos);
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 58 void CFX_PtrList::RemoveAt(FX_POSITION position)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTree.cs 251 children.RemoveAt(i);
323 children.RemoveAt(indexToDelete);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 300 Children.RemoveAt( i );
386 Children.RemoveAt( indexToDelete );
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 213 void RemoveAt(FX_INT32 nIndex){if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);}
  /external/pdfium/fpdfsdk/src/
fpdfppo.cpp 118 pCurPageDict->RemoveAt(cbSrcKeyStr);
251 pDict->RemoveAt(key);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ListExtensions.cs 145 list.RemoveAt( index );
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 51 pPageDict->RemoveAt("Contents");
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 391 ((CPDF_Array*)pFilter)->RemoveAt(0);
394 pParams->RemoveAt(0);
397 pDict->RemoveAt(FX_BSTRC("Filter"));
398 pDict->RemoveAt(FX_BSTRC("DecodeParms"));
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 151 ((CPDF_Dictionary*)pFileSpec)->RemoveAt(FX_BSTRC("FS"));
fpdf_parser_objects.cpp 486 void CPDF_Array::RemoveAt(FX_DWORD i)
495 m_Objects.RemoveAt(i);
767 void CPDF_Dictionary::RemoveAt(FX_BSTR key)
932 m_pDict->RemoveAt(FX_BSTRC("Filter"));
933 m_pDict->RemoveAt(FX_BSTRC("DecodeParms"));
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 206 m_ContextArray.RemoveAt(i);
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 347 void RemoveAt(FX_DWORD index);
484 void RemoveAt(FX_BSTR key);
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 529 this->RemoveAt(i);
547 this->RemoveAt(j);

Completed in 475 milliseconds

1 2 3