Home
last modified time | relevance | path

Searched defs:SetHostStr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/url/
H A Durl_canon_stdstring.h94 void SetHostStr(const CharT* str) { SetImpl(&ParentT::SetHost, str); } in SetHostStr() function
95 void SetHostStr(StringViewT str) { SetImpl(&ParentT::SetHost, str); } in SetHostStr() function