Searched refs:InsertAt (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Duniv.h28 void InsertAt(int nIndex, int nCount);
51 void InsertAt(int nIndex, void *newElement, int nCount = 1);
74 void InsertAt(int nIndex, t4_i32 newElement, int nCount = 1);
97 void InsertAt(int nIndex, const char *newElement, int nCount = 1);
H A Duniv.cpp96 void c4_BaseArray::InsertAt(int nIndex, int nCount) { function in class:c4_BaseArray
122 void c4_DWordArray::InsertAt(int nIndex, t4_i32 newElement, int nCount) { function in class:c4_DWordArray
123 _vector.InsertAt(Off(nIndex), nCount *sizeof(t4_i32));
143 void c4_PtrArray::InsertAt(int nIndex, void *newElement, int nCount) { function in class:c4_PtrArray
144 _vector.InsertAt(Off(nIndex), nCount *sizeof(void*));
187 void c4_StringArray::InsertAt(int nIndex, const char *newElement, int nCount) { function in class:c4_StringArray
188 _ptrs.InsertAt(nIndex, 0, nCount);
H A Dcustom.h33 virtual void InsertAt(int, c4_Cursor, int = 1);
H A Dstd.h52 void InsertAt(int nIndex, const T &newElement, int nCount = 1) { function in class:c4_ArrayT
H A Dderived.cpp55 virtual void InsertAt(int, c4_Cursor, int = 1);
150 _revMap.InsertAt(0, ~(t4_i32)0, n); //!
249 void c4_FilterSeq::InsertAt(int, c4_Cursor, int) {
374 _rowMap.InsertAt(PosInMap(nf_._index), nf_._index);
386 _rowMap.InsertAt(i, 0, nf_._count);
426 _rowMap.InsertAt(j, nf_._count);
728 _rowMap.InsertAt(PosInMap(cursor), nf_._index);
748 _rowMap.InsertAt(i, 0, nf_._count);
H A Dview.cpp247 InsertAt(i, newElem_);
258 result.InsertAt(0, _seq);
326 void c4_View::InsertAt(int index_, const c4_View &view_) { function in class:c4_View
331 InsertAt(index_, empty, n);
393 dest_.InsertAt(pos_, empty, count_);
751 * flat.InsertAt(...)
H A Dremap.cpp316 _map.InsertAt(0, empty, newsize + 1);
414 _base.InsertAt(pos_, *value_);
590 _offsets.InsertAt(bno_, _offsets.GetAt(bno_) - bv.GetSize() + row_);
592 _base.InsertAt(bno_ + 1, c4_Row());
679 bv.InsertAt(pos_, *value_, count_);
903 _base.InsertAt(i, *value_);
1041 _base.InsertAt(i, *value_);
H A Dhandler.cpp234 _handlers.InsertAt(i, f4_CreateFormat(prop, *this));
239 _handlers.InsertAt(i, _handlers.GetAt(n));
H A Dcustom.cpp133 void c4_CustomSeq::InsertAt(int p_, c4_Cursor c_, int n_) { function in class:c4_CustomSeq
261 _parent.InsertAt(pos_, *value_, count_);
442 _parent.InsertAt(pos_, *value_, count_);
443 _argView.InsertAt(pos_, *value_, count_);
H A Dviewx.cpp146 InsertAt(NumRows(), &empty, diff);
155 void c4_Sequence::InsertAt(int index_, c4_Cursor newElem_, int count_) { function in class:c4_Sequence
H A Dformat.cpp625 _offsets.InsertAt(k, _offsets.GetAt(k), index_ - k + 1);
660 _memos.InsertAt(index_, 0, count_);
683 _offsets.InsertAt(index_, 0, count_);
1113 _subSeqs.InsertAt(index_, 0, count_);
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCList.h39 IrDAErr InsertAt(ArrayIndex index, void* item);
88 { return InsertAt(fSize, item); }
91 { return InsertAt(index, item); }
94 { return InsertAt(0, item); }
97 { return InsertAt(fSize, item); }
H A DCList.cpp79 // CList::InsertAt
81 IrDAErr CList::InsertAt(ArrayIndex index, void* item) function in class:CList
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/demos/
H A Ddemo.cpp87 vAddress.InsertAt(2, pName ["Julian Bream"] + pYears [50]);
H A Dmyio.cpp112 v2.InsertAt(0, vText);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtresize.cpp78 _unattached.InsertAt(pos_, row, cnt_);
79 _attached.InsertAt(pos_, row, cnt_);
213 v1.InsertAt(1, p1[c4_Bytes(buf, sizeof buf)]);
216 v1.InsertAt(1, p1[c4_Bytes(buf, sizeof buf / 4)]);
305 v1.InsertAt(arg, row);
H A Dtstore1.cpp26 v1.InsertAt(1, p1[789]);
44 v1.InsertAt(1, p1[78.9]);
60 v1.InsertAt(1, p1["three"]);
82 v1.InsertAt(1, p1["three"]);
179 v1.InsertAt(0, p1[234]);
H A Dtstore3.cpp99 v1.InsertAt(2, p1["Four"] + p4a[345]);
138 v1.InsertAt(1, p1[3456.7890]);
189 v1.InsertAt(0, row);
192 v2.InsertAt(0, row);
195 v3.InsertAt(0, row);
198 v4.InsertAt(0, row);
260 v1.InsertAt(1, p1[gday]);
321 v2.InsertAt(0, v1);
H A Dtlimits.cpp242 v1.InsertAt(j, r1, j + 1);
243 v2.InsertAt(j, r1, j + 1);
H A Dtstore5.cpp226 v2.InsertAt(7, c4_Row());
227 v2.InsertAt(4, c4_Row());
H A Dtstore2.cpp29 v1.InsertAt(1, p1["three"]);
128 v1.InsertAt(0, p1[234]);
H A Dtnotify.cpp435 v1.InsertAt(3, p1[6]);
439 v1.InsertAt(7, p1[1]);
H A Dtformat.cpp252 v2.InsertAt(0, v1);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4.h263 void InsertAt(int, const c4_RowRef &, int = 1);
265 void InsertAt(int, const c4_View &);
859 virtual void InsertAt(int, c4_Cursor, int = 1);
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
H A DBrowserDialog.cpp303 mBrowserEntries.InsertAt( mid, *entry );

Completed in 222 milliseconds

12