Lines Matching refs:bb_pos
46 $this->bb_pos = $_i;
55 return $o != 0 ? $obj->init($o + $this->bb_pos, $this->bb) : 0;
64 return $o != 0 ? $this->bb->getShort($o + $this->bb_pos) : 150;
73 return $o != 0 ? $this->bb->getShort($o + $this->bb_pos) : 100;
79 return $o != 0 ? $this->__string($o + $this->bb_pos) : null;
115 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \MyGame\Example\Color::Blue;
124 return $o != 0 ? $this->bb->getByte($o + $this->bb_pos) : \MyGame\Example\Any::NONE;
199 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
233 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
242 return $o != 0 ? $this->bb->getBool($o + $this->bb_pos) : false;
251 return $o != 0 ? $this->bb->getInt($o + $this->bb_pos) : 0;
260 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
269 return $o != 0 ? $this->bb->getLong($o + $this->bb_pos) : 0;
278 return $o != 0 ? $this->bb->getUlong($o + $this->bb_pos) : 0;
287 return $o != 0 ? $this->bb->getInt($o + $this->bb_pos) : 0;
296 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
305 return $o != 0 ? $this->bb->getLong($o + $this->bb_pos) : 0;
314 return $o != 0 ? $this->bb->getUlong($o + $this->bb_pos) : 0;
342 return $o != 0 ? $this->bb->getFloat($o + $this->bb_pos) : 3.14159;
351 return $o != 0 ? $this->bb->getFloat($o + $this->bb_pos) : 3.0;
360 return $o != 0 ? $this->bb->getFloat($o + $this->bb_pos) : 0.0;