Searched refs:getSbyte (Results 1 – 8 of 8) sorted by relevance
38 return $this->bb->getSbyte($this->bb_pos + 2);
56 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : 0;147 return $o != 0 ? $this->bb->getSbyte($this->__vector($o) + $j * 1) : 0;
56 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \MyGame\Example\Color::Green;
62 return $this->bb->getSbyte($this->bb_pos + 24);
115 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \MyGame\Example\Color::Blue;657 return $o != 0 ? $this->bb->getSbyte($this->__vector($o) + $j * 1) : 0;
48 …return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \NamespaceA\NamespaceB\EnumInNestedNS::…
331 public function getSbyte($index) function in Google\\FlatBuffers\\ByteBuffer
291 $assert->strictEqual($view->getSbyte($field_offset), $char_val);