Home
last modified time | relevance | path

Searched refs:getUlong (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DMonster.php278 return $o != 0 ? $this->bb->getUlong($o + $this->bb_pos) : 0;
314 return $o != 0 ? $this->bb->getUlong($o + $this->bb_pos) : 0;
517 return $o != 0 ? $this->bb->getUlong($o + $this->bb_pos) : 0;
527 return $o != 0 ? $this->bb->getUlong($this->__vector($o) + $j * 8) : 0;
564 return $o != 0 ? $this->bb->getUlong($o + $this->bb_pos) : 0;
574 return $o != 0 ? $this->bb->getUlong($this->__vector($o) + $j * 8) : 0;
592 return $o != 0 ? $this->bb->getUlong($o + $this->bb_pos) : 0;
602 return $o != 0 ? $this->bb->getUlong($this->__vector($o) + $j * 8) : 0;
DReferrable.php56 return $o != 0 ? $this->bb->getUlong($o + $this->bb_pos) : 0;
DTypeAliases.php119 return $o != 0 ? $this->bb->getUlong($o + $this->bb_pos) : 0;
/external/flatbuffers/php/
DByteBuffer.php433 public function getUlong($index) function in Google\\FlatBuffers\\ByteBuffer
/external/flatbuffers/tests/
DphpTest.php314 $assert->strictEqual($view->getUlong($field_offset), $ulong_val);