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

1 2 3 4

  /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);
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 198 m_pDict->RemoveAt("V");
199 m_pDict->RemoveAt("RV");
347 m_pDict->RemoveAt("I");
484 m_pDict->RemoveAt("V");
485 m_pDict->RemoveAt("I");
571 m_pDict->RemoveAt("V");
591 m_pDict->RemoveAt("V");
592 m_pDict->RemoveAt("I");
788 m_pDict->RemoveAt("Opt");
789 m_pDict->RemoveAt("V")
    [all...]
pdf_vt.h 186 void RemoveAt(int nIndex) {
188 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
230 m_Lines.RemoveAt(i);
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_util.cpp 42 ms_timerArray.RemoveAt(index);
  /external/opencv3/samples/winrt/ImageManipulations/
MainPage.xaml.cpp 211 collection->RemoveAt(index);
214 collection->RemoveAt(index);
  /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 27 void RemoveAt(const CFX_ByteStringC& space, const CFX_ByteStringC& name);
fx_basic.h 301 FX_BOOL RemoveAt(int nIndex, int nCount);
419 FX_BOOL RemoveAt(int nIndex, int nCount = 1) {
420 return CFX_BasicArray::RemoveAt(nIndex, nCount);
536 void RemoveAt(int index) {
539 CFX_BasicArray::RemoveAt(index, 1);
833 void RemoveAt(FX_POSITION pos);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 142 pFileDict->RemoveAt("FS");
fpdf_parser_objects.cpp 503 void CPDF_Array::RemoveAt(FX_DWORD i, int nCount) {
514 m_Objects.RemoveAt(i, nCount);
718 void CPDF_Dictionary::RemoveAt(const CFX_ByteStringC& key) {
874 m_pDict->RemoveAt("Filter");
875 m_pDict->RemoveAt("DecodeParms");
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 54 void CFX_PtrList::RemoveAt(FX_POSITION position) {
  /external/pdfium/xfa/include/fwl/lightwidget/
combobox.h 21 int32_t RemoveAt(int32_t iIndex);
  /external/pdfium/xfa/src/fxjse/src/
runtime.cpp 97 m_RuntimeList.RemoveAt(iIdx, 1);
  /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/xfa/src/fee/src/fee/
fde_txtedtbuf.cpp 320 m_Chunks.RemoveAt(cpEnd.nChunkIndex);
360 m_Chunks.RemoveAt(i);
377 m_Chunks.RemoveAt(i);
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 202 void RemoveAt(int32_t nIndex) {
204 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
  /external/pdfium/fpdfsdk/src/
fpdfppo.cpp 109 pCurPageDict->RemoveAt(cbSrcKeyStr);
227 pDict->RemoveAt(key);
  /external/pdfium/xfa/src/fwl/src/lightwidget/
combobox.cpp 44 int32_t CFWL_ComboBox::RemoveAt(int32_t iIndex) {
45 return m_comboBoxData.m_arrItem.RemoveAt(iIndex);
  /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 49 pPageDict->RemoveAt("Contents");
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 411 pArray->RemoveAt(0);
414 pParams->RemoveAt(0);
416 pDict->RemoveAt("Filter");
417 pDict->RemoveAt("DecodeParms");

Completed in 763 milliseconds

1 2 3 4