Searched refs:kwdName (Results 1 – 2 of 2) sorted by relevance
163 * @param[in] kwdName - Name of the keyword.168 std::string readKwData(std::string_view kwdName, std::size_t kwdDataLength,
336 std::string kwdName(itrToKwds, itrToKwds + Length::KW_NAME); in readKeywords() local 337 if (constants::LAST_KW == kwdName) in readKeywords() 373 kwdValueMap.emplace(std::move(kwdName), std::move(kwdata)); in readKeywords()