Searched refs:strValue (Results 1 – 4 of 4) sorted by relevance
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()
285 string strValue; in readConfig() local311 strValue.erase(); in readConfig()382 strValue.push_back(c); in readConfig()401 while (n-- > 0) strValue.push_back(((numValue >> (n * 8)) & 0xFF)); in readConfig()403 if (strValue.length() > 0) in readConfig()404 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()408 strValue.erase(); in readConfig()414 strValue.push_back('\0'); in readConfig()416 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()419 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()
283 string strValue; in readConfig() local318 strValue.erase(); in readConfig()388 strValue.push_back(c); in readConfig()407 while (n-- > 0) strValue.push_back(((numValue >> (n * 8)) & 0xFF)); in readConfig()409 if (strValue.length() > 0) in readConfig()410 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()414 strValue.erase(); in readConfig()420 strValue.push_back('\0'); in readConfig()422 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()425 strValue.push_back(c); in readConfig()