Home
last modified time | relevance | path

Searched refs:RemoveAt (Results 1 – 25 of 37) sorted by relevance

12

/external/pdfium/core/fpdfapi/parser/
Dcpdf_array_unittest.cpp15 TEST(cpdf_array, RemoveAt) { in TEST() argument
21 arr->RemoveAt(3, 3); in TEST()
26 arr->RemoveAt(4, 2); in TEST()
38 arr->RemoveAt(8, 5); in TEST()
42 arr->RemoveAt(0, 12); in TEST()
44 arr->RemoveAt(11, 1); in TEST()
Dcpdf_array.h101 void RemoveAt(size_t index, size_t nCount = 1);
Dcpdf_array.cpp136 void CPDF_Array::RemoveAt(size_t i, size_t nCount) { in RemoveAt() function in CPDF_Array
/external/pdfium/core/fpdfdoc/
Dcpvt_arraytemplate.h24 void RemoveAt(int nIndex) { in RemoveAt() function
26 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex); in RemoveAt()
Dcsection.cpp253 m_WordArray.RemoveAt(i); in ClearLeftWords()
260 m_WordArray.RemoveAt(i); in ClearRightWords()
267 m_WordArray.RemoveAt(i); in ClearMidWords()
290 m_WordArray.RemoveAt(place.nWordIndex); in ClearWord()
Dclines.cpp50 m_Lines.RemoveAt(i); in Clear()
Dcpdf_variabletext.cpp865 pSection->m_WordArray.RemoveAt(w); in ClearSectionRightWords()
883 m_SectionArray.RemoveAt(place.nSecIndex); in ClearEmptySection()
912 m_SectionArray.RemoveAt(place.nSecIndex + 1); in LinkLatterSection()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs88 public void RemoveAt( int index ) in RemoveAt() method in Antlr.Runtime.JavaExtensions.SubList
311 void IList.RemoveAt( int index ) in IList.RemoveAt()
398 void IList<T>.RemoveAt( int index ) in RemoveAt() method in Antlr.Runtime.JavaExtensions.SubList
DListExtensions.cs145 list.RemoveAt( index ); in remove()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DStackList.cs64 RemoveAt(this.Count - 1); in Pop()
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs92 list.RemoveAt(1); in RemoveAt_Valid()
95 list.RemoveAt(list.Count - 1); // Now the count will be 1... in RemoveAt_Valid()
96 list.RemoveAt(0); in RemoveAt_Valid()
104 Assert.Throws<ArgumentOutOfRangeException>(() => list.RemoveAt(-1)); in RemoveAt_Invalid()
105 Assert.Throws<ArgumentOutOfRangeException>(() => list.RemoveAt(3)); in RemoveAt_Invalid()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DListStack`1.cs89 RemoveAt(Count - 1); in TryPop()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_arraynodelist.cpp48 m_array.RemoveAt(i); in Remove()
Dcxfa_resolveprocessor.cpp506 stack.RemoveAt(iSize, 1); in ResolvePopStack()
702 findNodes.RemoveAt(i); in DoPredicateFilter()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs300 Children.RemoveAt( i ); in DeleteChild()
386 Children.RemoveAt( indexToDelete ); in ReplaceChildren()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs251 children.RemoveAt(i); in DeleteChild()
323 children.RemoveAt(indexToDelete); in ReplaceChildren()
/external/pdfium/core/fxcrt/
Dfx_basic.h189 bool RemoveAt(int nIndex, int nCount);
300 bool RemoveAt(int nIndex, int nCount = 1) {
301 return CFX_BasicArray::RemoveAt(nIndex, nCount);
Dfx_basic_array.cpp105 bool CFX_BasicArray::RemoveAt(int nIndex, int nCount) { in RemoveAt() function in CFX_BasicArray
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.h180 void RemoveAt(int32_t nIndex) { in RemoveAt() function
182 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex); in RemoveAt()
/external/pdfium/xfa/fwl/
Dcfwl_listbox.h57 void RemoveAt(int32_t iIndex);
Dcfwl_combobox.h67 void RemoveAt(int32_t iIndex);
/external/pdfium/xfa/fde/
Dcfde_txtedtengine.cpp531 m_SelRangePtrArr.RemoveAt(i); in RemoveSelRange()
600 m_SelRangePtrArr.RemoveAt(nRangeBgn); in AddSelRange()
879 m_ParagPtrArray.RemoveAt(nNextParagIndex); in Inner_DeleteRange()
992 m_PagePtrArray.RemoveAt(i); in UpdatePages()
1471 m_SelRangePtrArr.RemoveAt(nCountRange); in DeleteSelect()
/external/pdfium/xfa/fde/xml/
Dcfx_saxreader.cpp601 m_SkipStack.RemoveAt(iLen, 1); in SkipNode()
629 m_SkipStack.RemoveAt(iLen, 1); in SkipNode()
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
DBrowserDialog.cpp351 mBrowserEntries.RemoveAt( mid ); in OnServiceRemove()
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs461 public void RemoveAt(int index) in RemoveAt() method in Google.Protobuf.Collections.RepeatedField

12