Searched refs:strFormattedState (Results 1 – 1 of 1) sorted by relevance
181 std::string strFormattedState; in getFormattedState() local210 strFormattedState += "|"; in getFormattedState()213 strFormattedState += strSingleValue; in getFormattedState()218 getLiteralValue(iValue, strFormattedState); in getFormattedState()222 if (strFormattedState.empty()) { in getFormattedState()224 strFormattedState = "<none>"; in getFormattedState()227 return strFormattedState; in getFormattedState()