// automatically generated by the FlatBuffers compiler, do not modify package NamespaceB type EnumInNestedNS = int8 const ( EnumInNestedNSA EnumInNestedNS = 0 EnumInNestedNSB EnumInNestedNS = 1 EnumInNestedNSC EnumInNestedNS = 2 ) var EnumNamesEnumInNestedNS = map[EnumInNestedNS]string{ EnumInNestedNSA:"A", EnumInNestedNSB:"B", EnumInNestedNSC:"C", }