Home
last modified time | relevance | path

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

/external/flatbuffers/net/FlatBuffers/
DTable.cs47 public int __indirect(int offset) in __indirect() method
52 public static int __indirect(int offset, ByteBuffer bb) in __indirect() method
/external/flatbuffers/java/com/google/flatbuffers/
DTable.java74 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/js/
Dflatbuffers.js1182 flatbuffers.ByteBuffer.prototype.__indirect = function(offset) { method in flatbuffers.ByteBuffer