Lines Matching refs:__p
10 private Table __p; field
11 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
18 … Character MainCharacterType { get { int o = __p.__offset(4); return o != 0 ? (Character)__p.bb.Ge…
19 …() where TTable : struct, IFlatbufferObject { int o = __p.__offset(6); return o != 0 ? (TTable?)__…
20 …blic Character CharactersType(int j) { int o = __p.__offset(8); return o != 0 ? (Character)__p.bb.… in CharactersType()
21 …public int CharactersTypeLength { get { int o = __p.__offset(8); return o != 0 ? __p.__vector_len(…
23 public Span<byte> GetCharactersTypeBytes() { return __p.__vector_as_span(8); } in GetCharactersTypeBytes()
25 public ArraySegment<byte>? GetCharactersTypeBytes() { return __p.__vector_as_arraysegment(8); } in GetCharactersTypeBytes()
27 public Character[] GetCharactersTypeArray() { return __p.__vector_as_array<Character>(8); } in GetCharactersTypeArray()
28 …able : struct, IFlatbufferObject { int o = __p.__offset(10); return o != 0 ? (TTable?)__p.__union<…
29 …public int CharactersLength { get { int o = __p.__offset(10); return o != 0 ? __p.__vector_len(o) …