HomeSort by relevance Sort by last modified time
    Searched refs:getUint (Results 1 - 5 of 5) sorted by null

  /external/flatbuffers/tests/MyGame/Example/
Ability.php 30 return $this->bb->getUint($this->bb_pos + 0);
38 return $this->bb->getUint($this->bb_pos + 4);
TypeAliases.php 101 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
Monster.php 260 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
296 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
    [all...]
  /external/flatbuffers/php/
ByteBuffer.php 415 public function getUint($index)
  /external/flatbuffers/tests/
phpTest.php 306 $assert->strictEqual($view->getUint($field_offset), $uint_val);

Completed in 379 milliseconds