Home
last modified time | relevance | path

Searched defs:__union (Results 1 – 18 of 18) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/java/com/google/flatbuffers/
H A DTable.java188 protected Table __union(Table t, int offset) { in __union() method in Table
200 protected static Table __union(Table t, int offset, ByteBuffer bb) { in __union() method in Table
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/java/com/google/flatbuffers/
H A DTable.java195 protected Table __union(Table t, int offset) { in __union() method in Table
207 protected static Table __union(Table t, int offset, ByteBuffer bb) { in __union() method in Table
/dports/devel/flatbuffers/flatbuffers-2.0.0/java/com/google/flatbuffers/
H A DTable.java188 protected Table __union(Table t, int offset) { in __union() method in Table
200 protected static Table __union(Table t, int offset, ByteBuffer bb) { in __union() method in Table
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/java/com/google/flatbuffers/
H A DTable.java188 protected Table __union(Table t, int offset) { in __union() method in Table
200 protected static Table __union(Table t, int offset, ByteBuffer bb) { in __union() method in Table
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/php/
H A DTable.php117 protected function __union($table, $offset) function in Google\\FlatBuffers\\Table
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/php/
H A DTable.php117 protected function __union($table, $offset) function in Google\\FlatBuffers\\Table
/dports/devel/flatbuffers/flatbuffers-2.0.0/php/
H A DTable.php117 protected function __union($table, $offset) function in Google\\FlatBuffers\\Table
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/php/
H A DTable.php117 protected function __union($table, $offset) function in Google\\FlatBuffers\\Table
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/php/
H A DTable.php117 protected function __union($table, $offset) function in Google\\FlatBuffers\\Table
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/php/
H A DTable.php117 protected function __union($table, $offset) function in Google\\FlatBuffers\\Table
/dports/devel/flatbuffers/flatbuffers-2.0.0/ts/
H A Dbyte-buffer.ts181 __union(t: Table, offset: number): Table { method in ByteBuffer
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/ts/
H A Dbyte-buffer.ts181 __union(t: Table, offset: number): Table { method in ByteBuffer
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/java/com/google/flatbuffers/
H A DTable.java171 protected Table __union(Table t, int offset) { in __union() method in Table
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/java/com/google/flatbuffers/
H A DTable.java171 protected Table __union(Table t, int offset) { in __union() method in Table
/dports/devel/py-BTrees/BTrees-4.9.2/src/BTrees/tests/
H A D_test_builder.py166 __union = btree_module.def_union variable in ClassBuilder._create_set_op_test.Test
/dports/archivers/unzip/unzip60/vms/
H A Dvmsdefs.h58 #define __union union macro
61 #define __union variant_union macro
/dports/archivers/zip/zip30/vms/
H A Dvmsdefs.h58 #define __union union macro
61 #define __union variant_union macro
/dports/misc/netron/node_modules/flatbuffers/js/
H A Dflatbuffers.mjs1121 flatbuffers.ByteBuffer.prototype.__union = function(t, offset) { method in flatbuffers.ByteBuffer