Searched refs:EnumEnc (Results 1 – 1 of 1) sorted by relevance
7706 SmallStringEnc EnumEnc; in appendEnumType() local7707 EnumEnc += "m("; in appendEnumType()7708 EnumEnc += I->getName(); in appendEnumType()7709 EnumEnc += "){"; in appendEnumType()7710 I->getInitVal().toString(EnumEnc); in appendEnumType()7711 EnumEnc += '}'; in appendEnumType()7712 FE.push_back(FieldEncoding(!I->getName().empty(), EnumEnc)); in appendEnumType()