Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DAbility.php30 return $this->bb->getUint($this->bb_pos + 0);
38 return $this->bb->getUint($this->bb_pos + 4);
DTypeAliases.php101 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
DMonster.php260 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
296 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
/external/flatbuffers/php/
DByteBuffer.php415 public function getUint($index) function in Google\\FlatBuffers\\ByteBuffer
/external/flatbuffers/tests/
DphpTest.php306 $assert->strictEqual($view->getUint($field_offset), $uint_val);