mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 15:35:43 +00:00
Added missing Go generated files.
Change-Id: I9d738e84ab2e01ec117c825ade44cc865cf5f1c2
This commit is contained in:
@@ -35,6 +35,10 @@ func (rcv *TableInFirstNS) FooEnum() int8 {
|
||||
return 0
|
||||
}
|
||||
|
||||
func (rcv *TableInFirstNS) MutateFooEnum(n int8) bool {
|
||||
return rcv._tab.MutateInt8Slot(6, n)
|
||||
}
|
||||
|
||||
func (rcv *TableInFirstNS) FooStruct(obj *StructInNestedNS) *StructInNestedNS {
|
||||
o := flatbuffers.UOffsetT(rcv._tab.Offset(8))
|
||||
if o != 0 {
|
||||
|
||||
Reference in New Issue
Block a user