Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/url/
H A Durl_canon_stdstring.h99 void SetPortStr(const CharT* str) { SetImpl(&ParentT::SetPort, str); } in SetPortStr() function
100 void SetPortStr(StringViewT str) { SetImpl(&ParentT::SetPort, str); } in SetPortStr() function