Home
last modified time | relevance | path

Searched refs:getSbyte (Results 1 – 8 of 8) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DTest.php38 return $this->bb->getSbyte($this->bb_pos + 2);
DTypeAliases.php56 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : 0;
147 return $o != 0 ? $this->bb->getSbyte($this->__vector($o) + $j * 1) : 0;
DTestSimpleTableWithEnum.php56 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \MyGame\Example\Color::Green;
DVec3.php62 return $this->bb->getSbyte($this->bb_pos + 24);
DMonster.php115 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;
/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.php48 …return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \NamespaceA\NamespaceB\EnumInNestedNS::…
/external/flatbuffers/php/
DByteBuffer.php331 public function getSbyte($index) function in Google\\FlatBuffers\\ByteBuffer
/external/flatbuffers/tests/
DphpTest.php291 $assert->strictEqual($view->getSbyte($field_offset), $char_val);