Lines Matching refs:TableInFirstNS
7 local TableInFirstNS = {} -- the module
10 function TableInFirstNS.New()
15 function TableInFirstNS.GetRootAsTableInFirstNS(buf, offset)
20 local o = TableInFirstNS.New()
67 function TableInFirstNS.Start(builder) builder:StartObject(5) end
68 function TableInFirstNS.AddFooTable(builder, fooTable) builder:PrependUOffsetTRelativeSlot(0, fooTa…
69 function TableInFirstNS.AddFooEnum(builder, fooEnum) builder:PrependInt8Slot(1, fooEnum, 0) end
70 function TableInFirstNS.AddFooUnionType(builder, fooUnionType) builder:PrependUint8Slot(2, fooUnion…
71 function TableInFirstNS.AddFooUnion(builder, fooUnion) builder:PrependUOffsetTRelativeSlot(3, fooUn…
72 function TableInFirstNS.AddFooStruct(builder, fooStruct) builder:PrependStructSlot(4, fooStruct, 0)…
73 function TableInFirstNS.End(builder) return builder:EndObject() end
75 return TableInFirstNS -- return the module