Lines Matching refs:this
12 // notice, this list of conditions and the following disclaimer.
14 // copyright notice, this list of conditions and the following disclaimer
19 // this software without specific prior written permission.
59 * @param RepeatedField The RepeatedField instance for which this iterator
65 $this->position = 0;
66 $this->container = $container;
76 $this->position = 0;
86 return $this->container[$this->position];
96 return $this->position;
106 ++$this->position;
116 return isset($this->container[$this->position]);