Searched defs:InParentNamespace (Results 1 – 8 of 8) sorted by relevance
11 public struct InParentNamespace : IFlatbufferObject struct13 private Table __p;14 public ByteBuffer ByteBuffer { get { return __p.bb; } }15 …arentNamespace(ByteBuffer _bb) { return GetRootAsInParentNamespace(_bb, new InParentNamespace()); } in GetRootAsInParentNamespace()16 …bb, InParentNamespace obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); } in GetRootAsInParentNamespace()17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()18 public InParentNamespace __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()21 public static void StartInParentNamespace(FlatBufferBuilder builder) { builder.StartObject(0); } in StartInParentNamespace()22 public static Offset<InParentNamespace> EndInParentNamespace(FlatBufferBuilder builder) { in EndInParentNamespace()
9 type InParentNamespace struct { struct10 _tab flatbuffers.Table20 func (rcv *InParentNamespace) Init(buf []byte, i flatbuffers.UOffsetT) {25 func (rcv *InParentNamespace) Table() flatbuffers.Table {
7 class InParentNamespace(object): class
11 public final class InParentNamespace extends Table { class
11 class InParentNamespace extends Table class
26 pub struct InParentNamespace<'a> { struct27 pub _tab: flatbuffers::Table<'a>,30 impl<'a> flatbuffers::Follow<'a> for InParentNamespace<'a> { implementation40 impl<'a> InParentNamespace<'a> { impl
50 export class InParentNamespace { class
69 MyGame.InParentNamespace = function() { class