Searched refs:EnumEnc (Results 1 – 1 of 1) sorted by relevance
6743 SmallStringEnc EnumEnc; in appendEnumType() local6744 EnumEnc += "m("; in appendEnumType()6745 EnumEnc += I->getName(); in appendEnumType()6746 EnumEnc += "){"; in appendEnumType()6747 I->getInitVal().toString(EnumEnc); in appendEnumType()6748 EnumEnc += '}'; in appendEnumType()6749 FE.push_back(FieldEncoding(!I->getName().empty(), EnumEnc)); in appendEnumType()