Lines Matching defs:Table
26 public struct Table struct
28 public int bb_pos { get; private set; }
29 public ByteBuffer bb { get; private set; }
31 public ByteBuffer ByteBuffer { get { return bb; } }
34 public Table(int _i, ByteBuffer _bb) : this() in Table() method
42 public int __offset(int vtableOffset) in __offset()
48 public static int __offset(int vtableOffset, int offset, ByteBuffer bb) in __offset()
55 public int __indirect(int offset) in __indirect()
60 public static int __indirect(int offset, ByteBuffer bb) in __indirect()
66 public string __string(int offset) in __string()
75 public int __vector_len(int offset) in __vector_len()
83 public int __vector(int offset) in __vector()
93 public Span<T> __vector_as_span<T>(int offset, int elementSize) where T : struct