Searched refs:getUint (Results 1 – 5 of 5) sorted by relevance
30 return $this->bb->getUint($this->bb_pos + 0);38 return $this->bb->getUint($this->bb_pos + 4);
101 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
260 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;296 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
415 public function getUint($index) function in Google\\FlatBuffers\\ByteBuffer
306 $assert->strictEqual($view->getUint($field_offset), $uint_val);