Searched refs:strFormattedState (Results 1 – 1 of 1) sorted by relevance
161 std::string strFormattedState; in getFormattedState() local191 strFormattedState += "|"; in getFormattedState()194 strFormattedState += strSingleValue; in getFormattedState()199 getLiteralValue(iValue, strFormattedState); in getFormattedState()203 if (strFormattedState.empty()) { in getFormattedState()205 strFormattedState = "<none>"; in getFormattedState()208 return strFormattedState; in getFormattedState()