Home
last modified time | relevance | path

Searched refs:__union (Results 1 – 15 of 15) sorted by relevance

/external/libcxx/include/
Dvariant400 struct __union {
418 return __union::__get_alt(_VSTD::forward<_Vp>(__v).__data,
627 union _LIBCPP_TEMPLATE_VIS __union;
630 union _LIBCPP_TEMPLATE_VIS __union<_DestructibleTrait, _Index> {};
634 union _LIBCPP_TEMPLATE_VIS __union<destructible_trait, \
640 explicit constexpr __union(__valueless_t) noexcept : __dummy{} {} \
644 explicit constexpr __union(in_place_index_t<0>, _Args&&... __args) \
649 explicit constexpr __union(in_place_index_t<_Ip>, _Args&&... __args) \
652 __union(const __union&) = default; \
653 __union(__union&&) = default; \
[all …]
/external/flatbuffers/tests/union_vector/
DMovie.java18 …public Table mainCharacter(Table obj) { int o = __offset(6); return o != 0 ? __union(obj, o) : nul… in mainCharacter()
24 …public Table characters(Table obj, int j) { int o = __offset(10); return o != 0 ? __union(obj, __v… in characters()
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;
DMovie.cs19 …FlatbufferObject { int o = __p.__offset(6); return o != 0 ? (TTable?)__p.__union<TTable>(o) : null…
28 …latbufferObject { int o = __p.__offset(10); return o != 0 ? (TTable?)__p.__union<TTable>(__p.__vec…
Dunion_vector_generated.js299 return offset ? this.bb.__union(obj, this.bb_pos + offset) : null;
334 return offset ? this.bb.__union(obj, this.bb.__vector(this.bb_pos + offset) + index * 4) : null;
Dunion_vector_generated.ts264 return offset ? this.bb!.__union(obj, this.bb_pos + offset) : null;
299 return offset ? this.bb!.__union(obj, this.bb!.__vector(this.bb_pos + offset) + index * 4) : null;
/external/flatbuffers/php/
DTable.php117 protected function __union($table, $offset) function in Google\\FlatBuffers\\Table
/external/flatbuffers/net/FlatBuffers/
DTable.cs139 public T __union<T>(int offset) where T : struct, IFlatbufferObject
/external/flatbuffers/java/com/google/flatbuffers/
DTable.java171 protected Table __union(Table t, int offset) { in __union() method in Table
/external/flatbuffers/tests/MyGame/Example/
DMonster.php133 return $o != 0 ? $this->__union($obj, $o) : null;
629 return $o != 0 ? $this->__union($obj, $o) : null;
647 return $o != 0 ? $this->__union($obj, $o) : null;
DMonster.java39 public Table test(Table obj) { int o = __offset(20); return o != 0 ? __union(obj, o) : null; } in test()
152 …public Table anyUnique(Table obj) { int o = __offset(92); return o != 0 ? __union(obj, o) : null; } in anyUnique()
155 …public Table anyAmbiguous(Table obj) { int o = __offset(96); return o != 0 ? __union(obj, o) : nul… in anyAmbiguous()
DMonster.cs47 …latbufferObject { int o = __p.__offset(20); return o != 0 ? (TTable?)__p.__union<TTable>(o) : null…
177 …latbufferObject { int o = __p.__offset(92); return o != 0 ? (TTable?)__p.__union<TTable>(o) : null…
180 …latbufferObject { int o = __p.__offset(96); return o != 0 ? (TTable?)__p.__union<TTable>(o) : null…
/external/flatbuffers/js/
Dflatbuffers.js1101 flatbuffers.ByteBuffer.prototype.__union = function(t, offset) { method in flatbuffers.ByteBuffer
/external/flatbuffers/tests/
Dmonster_test_generated.ts949 return offset ? this.bb!.__union(obj, this.bb_pos + offset) : null;
1672 return offset ? this.bb!.__union(obj, this.bb_pos + offset) : null;
1704 return offset ? this.bb!.__union(obj, this.bb_pos + offset) : null;
Dmonster_test_generated.js1042 return offset ? this.bb.__union(obj, this.bb_pos + offset) : null;
1761 return offset ? this.bb.__union(obj, this.bb_pos + offset) : null;
1793 return offset ? this.bb.__union(obj, this.bb_pos + offset) : null;