Searched refs:__union (Results 1 - 10 of 10) sorted by relevance

/external/flatbuffers/tests/union_vector/
H A DMovie.php58 return $o != 0 ? $this->__union($obj, $o) : null;
87 return $o != 0 ? $this->__union($obj, $this->__vector($o) + $j * 4 - $this->bb_pos) : null;
H A Dunion_vector_generated.js288 return offset ? this.bb.__union(obj, this.bb_pos + offset) : null;
323 return offset ? this.bb.__union(obj, this.bb.__vector(this.bb_pos + offset) + index * 4) : null;
/external/flatbuffers/net/FlatBuffers/
H A DTable.cs98 public T __union<T>(int offset) where T : struct, IFlatbufferObject
/external/flatbuffers/php/
H A DTable.php117 protected function __union($table, $offset) function
/external/flatbuffers/java/com/google/flatbuffers/
H A DTable.java182 protected Table __union(Table t, int offset) { method in class:Table
/external/flatbuffers/js/
H A Dflatbuffers.js1063 flatbuffers.ByteBuffer.prototype.__union = function(t, offset) {
/external/flatbuffers/tests/MyGame/Example/
H A DMonster.cs37 public TTable? Test<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__offset(20); return o != 0 ? (TTable?)__p.__union<TTable>(o) : null; }
H A DMonster.java37 public Table test(Table obj) { int o = __offset(20); return o != 0 ? __union(obj, o) : null; }
H A DMonster.php133 return $o != 0 ? $this->__union($obj, $o) : null;
/external/flatbuffers/tests/
H A Dmonster_test_generated.js885 return offset ? this.bb.__union(obj, this.bb_pos + offset) : null;

Completed in 161 milliseconds