Lines Matching defs:strFlags
251 std::string strFlags = "";253 strFlags += "g";256 strFlags += "i";259 strFlags += "m";262 strFlags += "s";265 strFlags += "u";268 strFlags += "y";270 std::sort(strFlags.begin(), strFlags.end());271 return strFlags;