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

1 2

  /external/pdfium/core/fpdfdoc/
cpvt_arraytemplate.h 24 void RemoveAt(int nIndex) {
26 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
clines.cpp 50 m_Lines.RemoveAt(i);
csection.cpp 253 m_WordArray.RemoveAt(i);
260 m_WordArray.RemoveAt(i);
267 m_WordArray.RemoveAt(i);
290 m_WordArray.RemoveAt(place.nWordIndex);
  /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/fpdfapi/parser/
cpdf_array_unittest.cpp 15 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);
cpdf_array.cpp 136 void CPDF_Array::RemoveAt(size_t i, size_t nCount) {
cpdf_array.h 101 void RemoveAt(size_t index, size_t nCount = 1);
  /external/pdfium/xfa/fxfa/parser/
cxfa_arraynodelist.cpp 48 m_array.RemoveAt(i);
  /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 183 DWORD (WINAPI *RemoveAt) (struct _RADIUS_ATTRIBUTE_ARRAY *_This, DWORD dwIndex);
portabledevicetypes.h     [all...]
xpsdigitalsignature.h     [all...]
xpsobjectmodel.h     [all...]
dxtmpl.h 107 void RemoveAt(int nIndex,int nCount = 1);
268 void CDXArray<TYPE,ARG_TYPE>::RemoveAt(int nIndex,int nCount) {
347 void RemoveAt(DXLISTPOS position);
596 void CDXList<TYPE,ARG_TYPE>::RemoveAt(DXLISTPOS position) {
  /external/pdfium/core/fxcrt/
fx_basic_array.cpp 105 bool CFX_BasicArray::RemoveAt(int nIndex, int nCount) {
fx_basic.h 189 bool RemoveAt(int nIndex, int nCount);
300 bool RemoveAt(int nIndex, int nCount = 1) {
301 return CFX_BasicArray::RemoveAt(nIndex, nCount);
  /external/pdfium/xfa/fwl/
cfwl_combobox.h 67 void RemoveAt(int32_t iIndex);
cfwl_listbox.h 57 void RemoveAt(int32_t iIndex);
  /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/fpdfsdk/fxedit/
fxet_list.h 180 void RemoveAt(int32_t nIndex) {
182 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ListExtensions.cs 145 list.RemoveAt( index );
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
BrowserDialog.cpp 351 mBrowserEntries.RemoveAt( mid );
  /external/pdfium/xfa/fde/
cfde_txtedtengine.cpp 531 m_SelRangePtrArr.RemoveAt(i);
600 m_SelRangePtrArr.RemoveAt(nRangeBgn);
879 m_ParagPtrArray.RemoveAt(nNextParagIndex);
992 m_PagePtrArray.RemoveAt(i);
    [all...]

Completed in 686 milliseconds

1 2