Searched refs:strLength (Results 1 – 5 of 5) sorted by relevance
318 auto strLength = in checkAttributeValueTable() local320 std::vector<char> buffer(strLength + 1 /* sizeof '\0' */); in checkAttributeValueTable()325 attributeName = std::string(buffer.data(), buffer.data() + strLength); in checkAttributeValueTable()357 auto strLength = in checkAttributeValueTable() local360 std::vector<char> buffer(strLength + 1 /* sizeof '\0' */); in checkAttributeValueTable()367 buffer.data() + strLength); in checkAttributeValueTable()715 auto strLength = in decodeStringFromStringEntry() local717 std::vector<char> buffer(strLength + 1 /* sizeof '\0' */); in decodeStringFromStringEntry()721 return std::string(buffer.data(), buffer.data() + strLength); in decodeStringFromStringEntry()
102 auto strLength = pldm_bios_table_string_entry_decode_string_length(entry); in decodeString() local103 std::vector<char> buffer(strLength + 1 /* sizeof '\0' */); in decodeString()107 return std::string(buffer.data(), buffer.data() + strLength); in decodeString()
41 outString->append( entity[0].str, entity[0].strLength );
1042 auto strLength = pldm_bios_table_string_entry_decode_string_length(entry); in TEST() local1043 EXPECT_EQ(strLength, 7); in TEST()1045 std::vector<char> buffer(strLength + 1, 0); in TEST()1048 EXPECT_EQ(strlen(buffer.data()), strLength); in TEST()
284 auto strLength = in decodeStringFromStringEntry() local286 std::vector<char> buffer(strLength + 1 /* sizeof '\0' */); in decodeStringFromStringEntry()291 return std::string(buffer.data(), buffer.data() + strLength); in decodeStringFromStringEntry()