Searched defs:host_str (Results 1 – 5 of 5) sorted by relevance
91 std::string host_str = host_port_pair.HostForURL(); in RewriteUrl() local
113 const char* host_str = nullptr; in CreateCall() local
123 const ::std::string* host_str = nullptr; in CreateCallInternal() local
1006 let host_str; in parse_host() localVariable1078 let host_str; in file_host() localVariable
625 let host_str = self.slice(self.host_start..self.host_end); in check_invariants() localVariable977 pub fn host_str(&self) -> Option<&str> { in host_str() method