Searched defs:HostEntry (Results 1 – 2 of 2) sorted by relevance
53 struct HostEntry { struct57 HostEntry &operator=(HostEntry &&) = default; argument60 HostEntry &operator=(const HostEntry &) = delete; argument70 using HostEntryMap = std::map<StringRef, HostEntry>; argument
34 DownstreamQueue::HostEntry::HostEntry(ImmutableString &&key) in HostEntry() function in shrpx::DownstreamQueue::HostEntry