Home
last modified time | relevance | path

Searched defs:__indirect (Results 1 – 4 of 4) sorted by relevance

/external/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
/external/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
/external/flatbuffers/php/
DTable.php61 protected function __indirect($offset) function in Google\\FlatBuffers\\Table
/external/flatbuffers/ts/
Dbyte-buffer.ts226 __indirect(offset: Offset): Offset { method in ByteBuffer