Home
last modified time | relevance | path

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

/third_party/flatbuffers/net/FlatBuffers/
DTable.cs42 public int __offset(int vtableOffset) in __offset() method
48 public static int __offset(int vtableOffset, int offset, ByteBuffer bb) in __offset() method
/third_party/flatbuffers/java/com/google/flatbuffers/
DTable.java52 protected int __offset(int vtable_offset) { in __offset() method in Table
56 protected static int __offset(int vtable_offset, int offset, ByteBuffer bb) { in __offset() method in Table
/third_party/flatbuffers/php/
DTable.php51 protected function __offset($vtable_offset) function in Google\\FlatBuffers\\Table
/third_party/flatbuffers/ts/
Dbyte-buffer.ts173 __offset(bb_pos: number, vtable_offset: number): Offset { method in ByteBuffer