Searched refs:NthPropId (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dderived.cpp96 lowCols[il] = seq_.PropIndex(lowSeq->NthPropId(il));
98 highCols[ih] = seq_.PropIndex(highSeq->NthPropId(ih));
106 int n = lowSeq->NthPropId(i1);
111 int n = highSeq->NthPropId(i2);
121 p[lowSeq->NthPropId(i1)] |= 1;
123 p[highSeq->NthPropId(i2)] |= 2;
197 int n = lowCols_ ? lowCols_[cl]: seq_.PropIndex(lowSeq->NthPropId(cl));
215 int n = highCols_ ? highCols_[ch]: seq_.PropIndex(highSeq->NthPropId(ch));
592 if (down_->PropIndex(NthPropId(i)) >= 0)
817 int propId = in_.NthPropId(
[all...]
H A Dviewx.cpp237 int c4_Sequence::NthPropId(int index_)const { function in class:c4_Sequence
263 } while (NthPropId(n) != propId_);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4.h864 int NthPropId(int)const;

Completed in 103 milliseconds