Home
last modified time | relevance | path

Searched refs:first_valid (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dpercent_encoding.rs200 match origin.first_valid() { in parse_query_and_fragment()
303 pub(crate) fn first_valid(&mut self) -> Option<char> { in first_valid() method