Searched refs:strView (Results 1 – 1 of 1) sorted by relevance
309 std::string_view strView = *strPtr; in templateCharReplace() 311 if (strView.starts_with("0x")) in templateCharReplace() 313 strView.remove_prefix(2);320 fromCharsWrapper(strView, temp, fullMatch, base); in buildInventorySystemPath() 294 std::string_view strView = *strPtr; templateCharReplace() local