Home
last modified time | relevance | path

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

/external/rust/crates/url/src/
Dparser.rs839 let has_authority = before_authority != self.serialization.len(); in after_double_slash() localVariable
Dlib.rs815 pub fn has_authority(&self) -> bool { in has_authority() method