Home
last modified time | relevance | path

Searched refs:__indirect (Results 1 – 25 of 46) sorted by relevance

12

/third_party/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.java19 …ableInFirstNS obj) { int o = __offset(4); return o != 0 ? obj.__assign(__indirect(o + bb_pos), bb)… in referToA1()
21 …econdTableInA obj) { int o = __offset(6); return o != 0 ? obj.__assign(__indirect(o + bb_pos), bb)… in referToA2()
44 …public TableInC get(TableInC obj, int j) { return obj.__assign(__indirect(__element(j), bb), bb);… in get()
DTableInC.php39 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;
DTableInC.kt24 obj.__assign(__indirect(o + bb_pos), bb) in referToA1()
33 obj.__assign(__indirect(o + bb_pos), bb) in referToA2()
DTableInC.cs22 …espaceA.TableInFirstNS?)(new NamespaceA.TableInFirstNS()).__assign(__p.__indirect(o + __p.bb_pos),…
23 …espaceA.SecondTableInA?)(new NamespaceA.SecondTableInA()).__assign(__p.__indirect(o + __p.bb_pos),…
/third_party/flatbuffers/net/FlatBuffers/
DTable.cs55 public int __indirect(int offset) in __indirect() method
60 public static int __indirect(int offset, ByteBuffer bb) in __indirect() method
156 t.__init(__indirect(offset), bb); in __indirect() method
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInC.php39 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;
DSecondTableInA.java19 …aceC.TableInC obj) { int o = __offset(4); return o != 0 ? obj.__assign(__indirect(o + bb_pos), bb)… in referToC()
39 …public SecondTableInA get(SecondTableInA obj, int j) { return obj.__assign(__indirect(__element(j… in get()
DTableInC.cs15 ….TableInFirstNS obj) { int o = __offset(4); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb)… in GetReferToA1()
17 …(SecondTableInA obj) { int o = __offset(6); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb)… in GetReferToA2()
DTableInFirstNS.java19 …bleInNestedNS obj) { int o = __offset(4); return o != 0 ? obj.__assign(__indirect(o + bb_pos), bb)… in fooTable()
42 …public TableInFirstNS get(TableInFirstNS obj, int j) { return obj.__assign(__indirect(__element(j… in get()
DSecondTableInA.php39 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
DSecondTableInA.kt24 obj.__assign(__indirect(o + bb_pos), bb) in referToC()
/third_party/flatbuffers/tests/namespace_test/namespace-c/
Dtable-in-c.js24 …return offset ? (obj || new TableInFirstNS()).__init(this.bb.__indirect(this.bb_pos + offset), thi…
28 …return offset ? (obj || new SecondTableInA()).__init(this.bb.__indirect(this.bb_pos + offset), thi…
Dtable-in-c.ts29 …return offset ? (obj || new TableInFirstNS()).__init(this.bb!.__indirect(this.bb_pos + offset), th…
34 …return offset ? (obj || new SecondTableInA()).__init(this.bb!.__indirect(this.bb_pos + offset), th…
/third_party/flatbuffers/java/com/google/flatbuffers/
DTable.java67 protected int __indirect(int offset) { in __indirect() method in Table
78 protected static int __indirect(int offset, ByteBuffer bb) { in __indirect() method in Table
201 t.__reset(__indirect(offset, bb), bb); in __union()
/third_party/flatbuffers/tests/MyGame/Example/
DReferrable.java47 int tableOffset = __indirect(vectorLocation + 4 * (start + middle), bb); in __lookup_by_key()
67 …public Referrable get(Referrable obj, int j) { return obj.__assign(__indirect(__element(j), bb), … in get()
DStat.java58 int tableOffset = __indirect(vectorLocation + 4 * (start + middle), bb); in __lookup_by_key()
78 public Stat get(Stat obj, int j) { return obj.__assign(__indirect(__element(j), bb), bb); } in get()
DMonster.java56 …nster obj, int j) { int o = __offset(26); return o != 0 ? obj.__assign(__indirect(__vector(o) + j … in testarrayoftables()
63 …mple.Monster obj) { int o = __offset(28); return o != 0 ? obj.__assign(__indirect(o + bb_pos), bb)… in enemy()
71 …mple.Monster obj) { int o = __offset(30); return o != 0 ? obj.__assign(__indirect(__vector(o)), bb… in testnestedflatbufferAsMonster()
74 …Example.Stat obj) { int o = __offset(32); return o != 0 ? obj.__assign(__indirect(o + bb_pos), bb)… in testempty()
142 …entNamespace obj) { int o = __offset(72); return o != 0 ? obj.__assign(__indirect(o + bb_pos), bb)… in parentNamespaceTest()
144 …rable obj, int j) { int o = __offset(74); return o != 0 ? obj.__assign(__indirect(__vector(o) + j … in vectorOfReferrables()
160 …rable obj, int j) { int o = __offset(80); return o != 0 ? obj.__assign(__indirect(__vector(o) + j … in vectorOfStrongReferrables()
204 …ple.Monster obj) { int o = __offset(102); return o != 0 ? obj.__assign(__indirect(__vector(o)), bb… in testrequirednestedflatbufferAsMonster()
207 …Stat obj, int j) { int o = __offset(104); return o != 0 ? obj.__assign(__indirect(__vector(o) + j … in scalarKeySortedTables()
324 int tableOffset = __indirect(vectorLocation + 4 * (start + middle), bb); in __lookup_by_key()
[all …]
DMonster.kt154 obj.__assign(__indirect(__vector(o) + j * 4), bb) in testarrayoftables()
183 obj.__assign(__indirect(o + bb_pos), bb) in enemy()
206 obj.__assign(__indirect(__vector(o)), bb) in testnestedflatbufferInByteBuffer()
224 obj.__assign(__indirect(o + bb_pos), bb) in testempty()
531 obj.__assign(__indirect(o + bb_pos), bb) in parentNamespaceTest()
540 obj.__assign(__indirect(__vector(o) + j * 4), bb) in vectorOfReferrables()
606 obj.__assign(__indirect(__vector(o) + j * 4), bb) in vectorOfStrongReferrables()
794 obj.__assign(__indirect(__vector(o)), bb) in testrequirednestedflatbufferInByteBuffer()
812 obj.__assign(__indirect(__vector(o) + j * 4), bb) in scalarKeySortedTables()
1051 val tableOffset = __indirect(vectorLocation + 4 * (start + middle), bb) in finishMonsterBuffer()
DMonster.php183 … return $o != 0 ? $obj->init($this->__indirect($this->__vector($o) + $j * 4), $this->bb) : null;
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;
489 return $o != 0 ? $obj->init($this->__indirect($o + $this->bb_pos), $this->bb) : 0;
499 … return $o != 0 ? $obj->init($this->__indirect($this->__vector($o) + $j * 4), $this->bb) : null;
546 … return $o != 0 ? $obj->init($this->__indirect($this->__vector($o) + $j * 4), $this->bb) : null;
720 … return $o != 0 ? $obj->init($this->__indirect($this->__vector($o) + $j * 4), $this->bb) : null;
DTestSimpleTableWithEnum.java39 …ithEnum get(TestSimpleTableWithEnum obj, int j) { return obj.__assign(__indirect(__element(j), bb… in get()
/third_party/flatbuffers/tests/MyGame/Example2/
DMonster.java29 … public Monster get(Monster obj, int j) { return obj.__assign(__indirect(__element(j), bb), bb); } in get()
/third_party/flatbuffers/tests/MyGame/
DInParentNamespace.java29 …public InParentNamespace get(InParentNamespace obj, int j) { return obj.__assign(__indirect(__ele… in get()
/third_party/flatbuffers/tests/namespace_test/namespace-a/
Dsecond-table-in-a.js23 …return offset ? (obj || new TableInC()).__init(this.bb.__indirect(this.bb_pos + offset), this.bb) …
/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DTableInNestedNS.java39 …public TableInNestedNS get(TableInNestedNS obj, int j) { return obj.__assign(__indirect(__element… in get()
/third_party/flatbuffers/tests/union_vector/
DAttacker.java37 …public Attacker get(Attacker obj, int j) { return obj.__assign(__indirect(__element(j), bb), bb);… in get()

12