Searched refs:tempStr (Results 1 – 7 of 7) sorted by relevance
77 char **tempStr = static_cast<char**>( in Push() local82 if (tempStr != nullptr && tempType != nullptr) { in Push()83 vector->str = tempStr; in Push()91 char *tempStr = static_cast<char*>(malloc(length)); in Push() local92 if (tempStr == nullptr) { in Push()95 vector->str[vector->size] = tempStr; in Push()
79 for (const string &tempStr : strs) { in Compare() local80 if (str == tempStr) { in Compare()
237 std::string tempStr(REL_TIME_LEN + 1, '\0'); in EncodeTimePdu() local238 …int ret = memcpy_s(tempStr.data(), REL_TIME_LEN + 1, &(timeStamp->time.relative.time), REL_TIME_LE… in EncodeTimePdu()242 resultValue = tempStr; in EncodeTimePdu()
463 std::string tempStr = outValue.at(j + 1); in FindAndSort() local465 outValue.at(j) = tempStr; in FindAndSort()
962 std::string tempStr = FindLastString(bundleKey, key); in IsSlotKey() local963 size_t pos = tempStr.find_first_of(KEY_UNDER_LINE); in IsSlotKey()966 slotStr = tempStr.substr(0, pos); in IsSlotKey()1022 std::string tempStr = FindLastString(findString, keyStr); in SubUniqueIdentifyFromString() local1023 size_t pos = tempStr.find_last_of(KEY_UNDER_LINE); in SubUniqueIdentifyFromString()1025 slotType = tempStr.substr(0, pos); in SubUniqueIdentifyFromString()
473 std::string tempStr = outValue.at(j + 1); in FindAndSort() local475 outValue.at(j) = tempStr; in FindAndSort()
251 std::string tempStr; in QueryAndGetResultColumnValues() local252 if (resultSet->GetString(columnIndex, tempStr) == E_OK) { in QueryAndGetResultColumnValues()253 columnValues.push_back(tempStr); in QueryAndGetResultColumnValues()