Searched refs:EnumEnc (Results 1 – 1 of 1) sorted by relevance
7226 SmallStringEnc EnumEnc; in appendEnumType() local7227 EnumEnc += "m("; in appendEnumType()7228 EnumEnc += I->getName(); in appendEnumType()7229 EnumEnc += "){"; in appendEnumType()7230 I->getInitVal().toString(EnumEnc); in appendEnumType()7231 EnumEnc += '}'; in appendEnumType()7232 FE.push_back(FieldEncoding(!I->getName().empty(), EnumEnc)); in appendEnumType()