Searched defs:bb_pos (Results 1 - 25 of 25) sorted by relevance

/external/flatbuffers/net/FlatBuffers/
H A DStruct.cs24 public int bb_pos; field in struct:FlatBuffers.Struct
H A DTable.cs27 public int bb_pos; field in struct:FlatBuffers.Table
36 int vtable = bb_pos - bb.GetInt(bb_pos);
69 offset += bb_pos;
77 offset += bb_pos;
100 offset += bb_pos;
/external/flatbuffers/php/
H A DStruct.php23 * @var int $bb_pos
25 protected $bb_pos; variable
34 $this->bb_pos = $pos; variable
H A DTable.php23 * @var int $bb_pos
25 protected $bb_pos; variable
37 $this->bb_pos = $pos; variable
53 $vtable = $this->bb_pos - $this->bb->getInt($this->bb_pos);
86 $offset += $this->bb_pos;
97 $offset += $this->bb_pos;
119 $offset += $this->bb_pos;
/external/flatbuffers/java/com/google/flatbuffers/
H A DStruct.java28 protected int bb_pos; field in class:Struct
H A DTable.java48 protected int bb_pos; field in class:Table
66 int vtable = bb_pos - bb.getInt(bb_pos);
138 offset += bb_pos;
150 offset += bb_pos;
183 offset += bb_pos;
184 t.bb_pos = offset + bb.getInt(offset);
/external/flatbuffers/tests/MyGame/Example/
H A DAbility.php20 $this->bb_pos = $_i; variable
30 return $this->bb->getUint($this->bb_pos + 0);
38 return $this->bb->getUint($this->bb_pos + 4);
H A DTest.php20 $this->bb_pos = $_i; variable
30 return $this->bb->getShort($this->bb_pos + 0);
38 return $this->bb->getSbyte($this->bb_pos + 2);
H A DTestSimpleTableWithEnum.php45 $this->bb_pos = $_i; variable
56 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \MyGame\Example\Color::Green;
H A DVec3.php20 $this->bb_pos = $_i; variable
30 return $this->bb->getFloat($this->bb_pos + 0);
38 return $this->bb->getFloat($this->bb_pos + 4);
46 return $this->bb->getFloat($this->bb_pos + 8);
54 return $this->bb->getDouble($this->bb_pos + 16);
62 return $this->bb->getSbyte($this->bb_pos + 24);
71 $obj->init($this->bb_pos + 26, $this->bb);
H A DStat.php45 $this->bb_pos = $_i; variable
53 return $o != 0 ? $this->__string($o + $this->bb_pos) : null;
62 return $o != 0 ? $this->bb->getLong($o + $this->bb_pos) : 0;
71 return $o != 0 ? $this->bb->getUshort($o + $this->bb_pos) : 0;
H A DTypeAliases.php45 $this->bb_pos = $_i; variable
56 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : 0;
65 return $o != 0 ? $this->bb->getByte($o + $this->bb_pos) : 0;
74 return $o != 0 ? $this->bb->getShort($o + $this->bb_pos) : 0;
83 return $o != 0 ? $this->bb->getUshort($o + $this->bb_pos) : 0;
92 return $o != 0 ? $this->bb->getInt($o + $this->bb_pos) : 0;
101 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
110 return $o != 0 ? $this->bb->getLong($o + $this->bb_pos) : 0;
119 return $o != 0 ? $this->bb->getUlong($o + $this->bb_pos) : 0;
128 return $o != 0 ? $this->bb->getFloat($o + $this->bb_pos)
[all...]
H A DMonster.php46 $this->bb_pos = $_i; variable
55 return $o != 0 ? $obj->init($o + $this->bb_pos, $this->bb) : 0;
64 return $o != 0 ? $this->bb->getShort($o + $this->bb_pos) : 150;
73 return $o != 0 ? $this->bb->getShort($o + $this->bb_pos) : 100;
79 return $o != 0 ? $this->__string($o + $this->bb_pos) : null;
115 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \MyGame\Example\Color::Blue;
124 return $o != 0 ? $this->bb->getByte($o + $this->bb_pos) : \MyGame\Example\Any::NONE;
199 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
233 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
242 return $o != 0 ? $this->bb->getBool($o + $this->bb_pos)
[all...]
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DStructInNestedNS.php20 $this->bb_pos = $_i; variable
30 return $this->bb->getInt($this->bb_pos + 0);
38 return $this->bb->getInt($this->bb_pos + 4);
H A DTableInNestedNS.php30 $this->bb_pos = $_i; variable
41 return $o != 0 ? $this->bb->getInt($o + $this->bb_pos) : 0;
/external/flatbuffers/tests/union_vector/
H A DBookReader.php18 $this->bb_pos = $_i; variable
28 return $this->bb->getInt($this->bb_pos + 0);
H A DRapunzel.php18 $this->bb_pos = $_i; variable
28 return $this->bb->getInt($this->bb_pos + 0);
H A DAttacker.php38 $this->bb_pos = $_i; variable
49 return $o != 0 ? $this->bb->getInt($o + $this->bb_pos) : 0;
H A DMovie.php38 $this->bb_pos = $_i; variable
49 return $o != 0 ? $this->bb->getByte($o + $this->bb_pos) : \Character::NONE;
87 return $o != 0 ? $this->__union($obj, $this->__vector($o) + $j * 4 - $this->bb_pos) : null;
/external/flatbuffers/tests/MyGame/Example2/
H A DMonster.php45 $this->bb_pos = $_i; variable
/external/flatbuffers/tests/MyGame/
H A DInParentNamespace.php45 $this->bb_pos = $_i; variable
/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DSecondTableInA.php30 $this->bb_pos = $_i; variable
39 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
H A DTableInC.php30 $this->bb_pos = $_i; variable
39 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
46 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
H A DTableInFirstNS.php30 $this->bb_pos = $_i; variable
39 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
48 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \NamespaceA\NamespaceB\EnumInNestedNS::A;
55 return $o != 0 ? $obj->init($o + $this->bb_pos, $this->bb) : 0;
/external/flatbuffers/tests/namespace_test/NamespaceC/
H A DTableInC.php30 $this->bb_pos = $_i; variable
39 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
46 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;

Completed in 246 milliseconds