Searched refs:tempString (Results 1 – 8 of 8) sorted by relevance
54 std::string tempString = std::to_string(value); in GetAnonyInt32() local55 size_t length = tempString.length(); in GetAnonyInt32()57 tempString[0] = '*'; in GetAnonyInt32()58 return tempString; in GetAnonyInt32()61 tempString[i] = '*'; in GetAnonyInt32()63 return tempString; in GetAnonyInt32()
76 std::string tempString(tempBuffer); in GetAnonyInt32() local77 return tempString; in GetAnonyInt32()
80 std::string tempString(tempBuffer); in GetAnonyInt32() local81 return tempString; in GetAnonyInt32()
98 std::string tempString(tempBuffer); in GetAnonyInt32() local99 return tempString; in GetAnonyInt32()
237 std::string tempString; in SetTempData() local238 tempString.append(reinterpret_cast<const char *>(data), size); in SetTempData()239 tempData_.push(tempString); in SetTempData()
248 std::string tempString(tempBuffer); in GetAnonyInt32() local249 return tempString; in GetAnonyInt32()
614 std::string tempString; in SetTempData() local615 tempString.append(reinterpret_cast<const char *>(data), size); in SetTempData()616 tempData_.push(tempString); in SetTempData()
719 std::string tempString; in DecodeFieldTextStringValue() local721 if (!buff.DecodeText(tempString, tempLen)) { in DecodeFieldTextStringValue()727 textValueMap_.emplace(fieldId, tempString); in DecodeFieldTextStringValue()