Searched defs:Port (Results 1 – 3 of 3) sorted by relevance
47 …Port(InfoTransfer *ownerFilter, std::string portName) : filter_(ownerFilter), name_(std::move(port… in Port() function
46 Port(InfoTransfer *ownerFilter, std::string portName) in Port() function
180 pub fn port(&self) -> Option<&Port> { in port()687 pub fn port(&self) -> Option<&Port> { in port()722 pub fn into_parts(self) -> (Host, Option<Port>) { in into_parts()788 pub struct Port(String); struct790 impl Port { impl