Searched defs:SetPasswordStr (Results 1 – 1 of 1) sorted by relevance
89 void SetPasswordStr(const CharT* str) { SetImpl(&ParentT::SetPassword, str); } in SetPasswordStr() function90 void SetPasswordStr(StringViewT str) { SetImpl(&ParentT::SetPassword, str); } in SetPasswordStr() function