Lines Matching defs:Table
25 public struct Table struct
27 public int bb_pos;
28 public ByteBuffer bb;
30 public ByteBuffer ByteBuffer { get { return bb; } }
34 public int __offset(int vtableOffset) in __offset()
40 public static int __offset(int vtableOffset, int offset, ByteBuffer bb) in __offset()
47 public int __indirect(int offset) in __indirect()
52 public static int __indirect(int offset, ByteBuffer bb) in __indirect()
58 public string __string(int offset) in __string()
67 public int __vector_len(int offset) in __vector_len()
75 public int __vector(int offset) in __vector()
85 public Span<byte> __vector_as_span(int offset) in __vector_as_span()
101 public ArraySegment<byte>? __vector_as_arraysegment(int offset) in __vector_as_arraysegment()
119 where T : struct