Lines Matching full:__p
14 private Table __p; field
15 public ByteBuffer ByteBuffer { get { return __p.bb; } }
19 public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); } in __init()
22 …ublic KeywordTest.ABC Is { get { int o = __p.__offset(4); return o != 0 ? (KeywordTest.ABC)__p.bb.…
23 …blic bool MutateIs(KeywordTest.ABC @is) { int o = __p.__offset(4); if (o != 0) { __p.bb.PutInt(o +…
24 …rdTest.@public Private { get { int o = __p.__offset(6); return o != 0 ? (KeywordTest.@public)__p.b…
25 …tePrivate(KeywordTest.@public @private) { int o = __p.__offset(6); if (o != 0) { __p.bb.PutInt(o +…
26 …public int Type { get { int o = __p.__offset(8); return o != 0 ? __p.bb.GetInt(o + __p.bb_pos) : (…
27 …public bool MutateType(int type) { int o = __p.__offset(8); if (o != 0) { __p.bb.PutInt(o + __p.bb… in MutateType()
28 …public bool Default { get { int o = __p.__offset(10); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_pos…
29 …public bool MutateDefault(bool @default) { int o = __p.__offset(10); if (o != 0) { __p.bb.Put(o + …