Searched refs:EnumEnc (Results 1 – 1 of 1) sorted by relevance
435 SmallStringEnc EnumEnc; in appendEnumType() local436 EnumEnc += "m("; in appendEnumType()437 EnumEnc += I->getName(); in appendEnumType()438 EnumEnc += "){"; in appendEnumType()439 I->getInitVal().toString(EnumEnc); in appendEnumType()440 EnumEnc += '}'; in appendEnumType()441 FE.push_back(FieldEncoding(!I->getName().empty(), EnumEnc)); in appendEnumType()