Home | History | Annotate | Download | only in NamespaceA

Lines Matching defs:TableInFirstNS

7 local TableInFirstNS = {} -- the module
10 function TableInFirstNS.New()
15 function TableInFirstNS.GetRootAsTableInFirstNS(buf, offset)
17 local o = TableInFirstNS.New()
49 function TableInFirstNS.Start(builder) builder:StartObject(3) end
50 function TableInFirstNS.AddFooTable(builder, fooTable) builder:PrependUOffsetTRelativeSlot(0, fooTable, 0) end
51 function TableInFirstNS.AddFooEnum(builder, fooEnum) builder:PrependInt8Slot(1, fooEnum, 0) end
52 function TableInFirstNS.AddFooStruct(builder, fooStruct) builder:PrependStructSlot(2, fooStruct, 0) end
53 function TableInFirstNS.End(builder) return builder:EndObject() end
55 return TableInFirstNS