Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_array_unittest.cpp15 TEST(cpdf_array, RemoveAt) { in TEST() argument
22 arr->RemoveAt(3); in TEST()
27 arr->RemoveAt(4); in TEST()
28 arr->RemoveAt(4); in TEST()
40 arr->RemoveAt(11); in TEST()
Dcpdf_array.h103 void RemoveAt(size_t index);
Dcpdf_array.cpp149 void CPDF_Array::RemoveAt(size_t i) { in RemoveAt() function in CPDF_Array
Dcpdf_document.cpp702 pKidList->RemoveAt(i); in InsertDeletePDFPage()
/external/antlr/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/grpc-grpc/src/csharp/Grpc.Core.Tests/
DMetadataTest.cs137 public void RemoveAt() in RemoveAt() method in Grpc.Core.Tests.MetadataTest
140 metadata.RemoveAt(0); in RemoveAt()
213 Assert.Throws<InvalidOperationException>(() => metadata.RemoveAt(0)); in FreezeMakesReadOnly()
/external/grpc-grpc/src/csharp/Grpc.Core/
DMetadata.cs103 public void RemoveAt(int index) in RemoveAt() method in Grpc.Core.Metadata
106 entries.RemoveAt(index); in RemoveAt()
/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/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DStackList.cs64 RemoveAt(this.Count - 1); in Pop()
/external/pdfium/core/fpdfdoc/
Dcpdf_nametree.cpp124 pKids->RemoveAt(i); in UpdateNodesAndLimitsUponDeletion()
398 pFind->RemoveAt(nFindIndex * 2); in DeleteValueAndName()
399 pFind->RemoveAt(nFindIndex * 2); in DeleteValueAndName()
Dcpdf_formfield.cpp850 pArray->RemoveAt(i); in SelectOption()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DListStack`1.cs89 RemoveAt(Count - 1); in TryPop()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs251 children.RemoveAt(i); in DeleteChild()
323 children.RemoveAt(indexToDelete); in ReplaceChildren()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs324 Children.RemoveAt( i ); in DeleteChild()
410 Children.RemoveAt( indexToDelete ); in ReplaceChildren()
/external/pdfium/xfa/fwl/
Dcfwl_listbox.h57 void RemoveAt(int32_t iIndex);
Dcfwl_combobox.h67 void RemoveAt(int32_t iIndex);
Dcfwl_combobox.cpp76 void CFWL_ComboBox::RemoveAt(int32_t iIndex) { in RemoveAt() function in CFWL_ComboBox
77 m_pListBox->RemoveAt(iIndex); in RemoveAt()
Dcfwl_listbox.cpp916 void CFWL_ListBox::RemoveAt(int32_t iIndex) { in RemoveAt() function in CFWL_ListBox
/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
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp290 ToComboBox(m_pNormalWidget.get())->RemoveAt(nIndex); in DeleteItem()
/external/pdfium/fpdfsdk/
Dfpdfannot.cpp294 pAnnots->RemoveAt(index); in FPDFPage_RemoveAnnot()