Inheritance: FlatBuffers.Table
Exemplo n.º 1
0
 public static Offset <NamespaceA.SecondTableInA> CreateSecondTableInA(FlatBufferBuilder builder,
                                                                       Offset <NamespaceC.TableInC> refer_to_cOffset = default(Offset <NamespaceC.TableInC>))
 {
     builder.StartTable(1);
     SecondTableInA.AddReferToC(builder, refer_to_cOffset);
     return(SecondTableInA.EndSecondTableInA(builder));
 }
Exemplo n.º 2
0
 public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }
Exemplo n.º 3
0
 public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { return (obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
Exemplo n.º 4
0
 public SecondTableInA GetReferToA2(SecondTableInA obj)
 {
     int o = __offset(6); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null;
 }
Exemplo n.º 5
0
 public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj)
 {
     FlatBufferConstants.FLATBUFFERS_1_11_1(); return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }
Exemplo n.º 6
0
 public SecondTableInA GetReferToA2(SecondTableInA obj)
 {
     int o = __offset(6); return(o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null);
 }