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

12

/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Duniv.h29 void RemoveAt(int nIndex, int nCount);
52 void RemoveAt(int nIndex, int nCount = 1);
75 void RemoveAt(int nIndex, int nCount = 1);
98 void RemoveAt(int nIndex, int nCount = 1);
H A Duniv.cpp104 void c4_BaseArray::RemoveAt(int nIndex, int nCount) { function in class:c4_BaseArray
129 void c4_DWordArray::RemoveAt(int nIndex, int nCount) { function in class:c4_DWordArray
130 _vector.RemoveAt(Off(nIndex), nCount *sizeof(t4_i32));
150 void c4_PtrArray::RemoveAt(int nIndex, int nCount) { function in class:c4_PtrArray
151 _vector.RemoveAt(Off(nIndex), nCount *sizeof(void*));
194 void c4_StringArray::RemoveAt(int nIndex, int nCount) { function in class:c4_StringArray
198 _ptrs.RemoveAt(nIndex, nCount);
H A Dcustom.h34 virtual void RemoveAt(int, int = 1);
H A Dstd.h56 void RemoveAt(int nIndex, int nCount = 1) { function in class:c4_ArrayT
H A Dremap.cpp446 _base.RemoveAt(pos_, 1);
609 _offsets.RemoveAt(bno_);
614 _base.RemoveAt(bno_ + 1);
726 _offsets.RemoveAt(i + 1);
728 _base.RemoveAt(i + 1);
731 bz.RemoveAt(i);
739 bv2.RemoveAt(0, overshoot - 1);
750 bv2.RemoveAt(0);
771 bv.RemoveAt(pos_, todo);
913 _base.RemoveAt(pos
[all...]
H A Dderived.cpp56 virtual void RemoveAt(int, int = 1);
253 void c4_FilterSeq::RemoveAt(int, int) {
372 _rowMap.RemoveAt(r);
405 _rowMap.RemoveAt(i, j - i);
421 _rowMap.RemoveAt(i);
727 _rowMap.RemoveAt(oi);
H A Dhandler.cpp169 _handlers.RemoveAt(c);
240 _handlers.RemoveAt(++n);
H A Dcustom.cpp137 void c4_CustomSeq::RemoveAt(int p_, int n_) { function in class:c4_CustomSeq
273 _parent.RemoveAt(pos_, count_);
448 _parent.RemoveAt(pos_, count_);
449 _argView.RemoveAt(pos_, count_);
H A Dviewx.cpp148 RemoveAt(newSize_, - diff);
213 void c4_Sequence::RemoveAt(int index_, int count_) { function in class:c4_Sequence
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dmkbug.cpp26 v2.RemoveAt(pos_, len_);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore2.cpp166 v1.RemoveAt(0);
218 v1.RemoveAt(1);
277 v1.RemoveAt(2);
280 v1.RemoveAt(1);
282 v1.RemoveAt(0);
305 v1.RemoveAt(2);
306 v1.RemoveAt(1);
307 v1.RemoveAt(0);
330 v1.RemoveAt(2);
331 v1.RemoveAt(
[all...]
H A Dtresize.cpp101 _unattached.RemoveAt(pos_, cnt_);
102 _attached.RemoveAt(pos_, cnt_);
308 v1.RemoveAt(save, arg);
311 v1.RemoveAt(arg);
H A Dtmapped.cpp32 v2.RemoveAt(pos_, len_);
79 v2.RemoveAt(0, 990);
223 v4.RemoveAt(1);
H A Dtbasic1.cpp119 v1.RemoveAt(1, 1);
168 v1.RemoveAt(0);
H A Dtnotify.cpp55 v1.RemoveAt(2);
60 v1.RemoveAt(2);
162 v1.RemoveAt(2);
H A Dtlimits.cpp218 v1.RemoveAt((unsigned short)(211 *v1.GetSize()) % v1.GetSize());
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCList.h46 IrDAErr RemoveAt(ArrayIndex index);
99 inline IrDAErr CList::RemoveAt(ArrayIndex index) function in class:CList
H A DCList.cpp99 result = RemoveAt(index);
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrEvent.cpp191 eventlist->RemoveAt(index);
H A DIrLMP.cpp466 discoveredDevices->RemoveAt(index1);
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DIrDiscovery.cpp383 fDiscoveredDevices->RemoveAt(index);
H A DIrStream.cpp237 fPendingEventsList->RemoveAt(index); // just remove it from the list
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
H A DBrowserDialog.cpp351 mBrowserEntries.RemoveAt( mid );
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/include/
H A Dmk4.h264 void RemoveAt(int, int = 1);
860 virtual void RemoveAt(int, int = 1);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/
H A DPyView.cpp1170 o->RemoveAt(n);
1500 _base->RemoveAt(ndx, 1);
1503 RemoveAt(s, e-s);
1576 RemoveAt(_index(tmp.GetAt(i)));

Completed in 300 milliseconds

12