Home
last modified time | relevance | path

Searched defs:RemoveAt (Results 1 – 14 of 14) sorted by relevance

/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
398 void IList<T>.RemoveAt( int index ) in RemoveAt() method in Antlr.Runtime.JavaExtensions.SubList
/external/pdfium/core/src/fxcrt/
Dfx_basic_list.cpp59 void CFX_PtrList::RemoveAt(FX_POSITION position) in RemoveAt() function in CFX_PtrList
Dfx_basic_array.cpp114 FX_BOOL CFX_BasicArray::RemoveAt(int nIndex, int nCount) in RemoveAt() function in CFX_BasicArray
Dfx_xml_parser.cpp978 void CXML_AttrMap::RemoveAt(FX_BSTR space, FX_BSTR name, IFX_Allocator* pAllocator) in RemoveAt() function in CXML_AttrMap
/external/chromium_org/ui/base/models/
Dlist_model.h40 scoped_ptr<ItemType> RemoveAt(size_t index) { in RemoveAt() function
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h212 …void RemoveAt(FX_INT32 nIndex){if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) CFX… in RemoveAt() function
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_util.h223 void Vector<T>::RemoveAt(int index) { in RemoveAt() function
Dcrazy_linker_util_unittest.cpp161 TEST(Vector, RemoveAt) { in TEST() argument
/external/pdfium/fpdfsdk/include/javascript/
DJS_Object.h129 void RemoveAt(FX_UINT nIndex) in RemoveAt() function
/external/chromium_org/win8/metro_driver/
Dfile_picker.cc67 STDMETHOD(RemoveAt)(unsigned index) { in STDMETHOD() argument
Dfile_picker_ash.cc64 STDMETHOD(RemoveAt)(unsigned index) { in STDMETHOD() argument
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp518 void CPDF_Array::RemoveAt(FX_DWORD i) in RemoveAt() function in CPDF_Array
822 void CPDF_Dictionary::RemoveAt(FX_BSTR key) in RemoveAt() function in CPDF_Dictionary
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h209 void RemoveAt(int nIndex) in RemoveAt() function
/external/pdfium/core/include/fxcrt/
Dfx_basic.h675 void RemoveAt(int index) in RemoveAt() function