Lines Matching refs:int
86 public function LA(int $i) : int;
95 * The returned mark is an opaque handle (type `int`) which is passed to
130 * @return int An opaque marker which should be passed to
134 public function mark() : int;
145 * @param int $marker A marker returned by a call to `mark`.
149 public function release(int $marker) : void;
158 public function getIndex() : int;
180 * @param int $index The absolute index to seek to.
182 public function seek(int $index) : void;
188 public function getLength() : int;