Searched refs:strValue (Results 1 – 3 of 3) sorted by relevance
182 string strValue; in readConfig() local218 strValue.erase(); in readConfig()281 strValue.push_back(c); in readConfig()294 while (n-- > 0) strValue.push_back(((numValue >> (n * 8)) & 0xFF)); in readConfig()296 if (strValue.length() > 0) in readConfig()297 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()301 strValue.erase(); in readConfig()307 strValue.push_back('\0'); in readConfig()309 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()312 strValue.push_back(c); in readConfig()
184 string strValue; in readConfig() local220 strValue.erase(); in readConfig()290 strValue.push_back(c); in readConfig()308 while (n-- > 0) strValue.push_back(((numValue >> (n * 8)) & 0xFF)); in readConfig()310 if (strValue.length() > 0) in readConfig()311 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()315 strValue.erase(); in readConfig()321 strValue.push_back('\0'); in readConfig()323 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()326 strValue.push_back(c); in readConfig()
264 string strValue; in readConfig() local291 strValue.erase(); in readConfig()361 strValue.push_back(c); in readConfig()380 while (n-- > 0) strValue.push_back(((numValue >> (n * 8)) & 0xFF)); in readConfig()382 if (strValue.length() > 0) in readConfig()383 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()387 strValue.erase(); in readConfig()393 strValue.push_back('\0'); in readConfig()395 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()398 strValue.push_back(c); in readConfig()