1// Code generated by the FlatBuffers compiler. DO NOT EDIT. 2 3package NamespaceB 4 5type EnumInNestedNS = int8 6const ( 7 EnumInNestedNSA EnumInNestedNS = 0 8 EnumInNestedNSB EnumInNestedNS = 1 9 EnumInNestedNSC EnumInNestedNS = 2 10) 11 12var EnumNamesEnumInNestedNS = map[EnumInNestedNS]string{ 13 EnumInNestedNSA:"A", 14 EnumInNestedNSB:"B", 15 EnumInNestedNSC:"C", 16} 17 18