Searched refs:RemoveAt (Results 1 - 25 of 36) sorted by relevance

12

/external/pdfium/core/fpdfdoc/
H A Dcpvt_arraytemplate.h24 void RemoveAt(int nIndex) { function in class:CPVT_ArrayTemplate
26 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
H A Dclines.cpp50 m_Lines.RemoveAt(i);
H A Dcsection.cpp253 m_WordArray.RemoveAt(i);
260 m_WordArray.RemoveAt(i);
267 m_WordArray.RemoveAt(i);
290 m_WordArray.RemoveAt(place.nWordIndex);
H A Dcpdf_variabletext.cpp865 pSection->m_WordArray.RemoveAt(w);
883 m_SectionArray.RemoveAt(place.nSecIndex);
912 m_SectionArray.RemoveAt(place.nSecIndex + 1);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DStackList.cs64 RemoveAt(this.Count - 1);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DListStack`1.cs89 RemoveAt(Count - 1);
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array_unittest.cpp15 TEST(cpdf_array, RemoveAt) {
21 arr->RemoveAt(3, 3);
26 arr->RemoveAt(4, 2);
33 // When the range is out of bound, RemoveAt has no effect.
38 arr->RemoveAt(8, 5);
42 arr->RemoveAt(0, 12);
44 arr->RemoveAt(11, 1);
H A Dcpdf_array.cpp136 void CPDF_Array::RemoveAt(size_t i, size_t nCount) { function in class:CPDF_Array
H A Dcpdf_array.h101 void RemoveAt(size_t index, size_t nCount = 1);
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_arraynodelist.cpp48 m_array.RemoveAt(i);
H A Dcxfa_resolveprocessor.cpp506 stack.RemoveAt(iSize, 1);
702 findNodes.RemoveAt(i);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs88 public void RemoveAt( int index ) method in class:Antlr.Runtime.JavaExtensions.SubList
311 void IList.RemoveAt( int index )
398 void IList<T>.RemoveAt( int index ) method in class:Antlr.Runtime.JavaExtensions.SubList
H A DListExtensions.cs145 list.RemoveAt( index );
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs251 children.RemoveAt(i);
323 children.RemoveAt(indexToDelete);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs300 Children.RemoveAt( i );
386 Children.RemoveAt( indexToDelete );
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DRepeatedFieldTest.cs92 list.RemoveAt(1);
95 list.RemoveAt(list.Count - 1); // Now the count will be 1...
96 list.RemoveAt(0);
104 Assert.Throws<ArgumentOutOfRangeException>(() => list.RemoveAt(-1));
105 Assert.Throws<ArgumentOutOfRangeException>(() => list.RemoveAt(3));
/external/pdfium/core/fxcrt/
H A Dfx_basic_array.cpp105 bool CFX_BasicArray::RemoveAt(int nIndex, int nCount) {
H A Dfx_basic.h189 bool RemoveAt(int nIndex, int nCount);
300 bool RemoveAt(int nIndex, int nCount = 1) { function in class:CFX_ArrayTemplate
301 return CFX_BasicArray::RemoveAt(nIndex, nCount);
/external/pdfium/xfa/fwl/
H A Dcfwl_combobox.h67 void RemoveAt(int32_t iIndex);
H A Dcfwl_listbox.h57 void RemoveAt(int32_t iIndex);
H A Dcfwl_combobox.cpp76 void CFWL_ComboBox::RemoveAt(int32_t iIndex) { function in class:CFWL_ComboBox
77 m_pListBox->RemoveAt(iIndex);
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.h180 void RemoveAt(int32_t nIndex) { function in class:CLST_ArrayTemplate
182 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
H A DBrowserDialog.cpp351 mBrowserEntries.RemoveAt( mid );
/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs461 public void RemoveAt(int index) method in class:Google.Protobuf.Collections.RepeatedField
/external/pdfium/xfa/fde/
H A Dcfde_txtedtengine.cpp531 m_SelRangePtrArr.RemoveAt(i);
600 m_SelRangePtrArr.RemoveAt(nRangeBgn);
879 m_ParagPtrArray.RemoveAt(nNextParagIndex);
992 m_PagePtrArray.RemoveAt(i);
1471 m_SelRangePtrArr.RemoveAt(nCountRange);

Completed in 520 milliseconds

12