Lines Matching refs:IPEndpoint
146 struct IPEndpoint { struct
152 static const IPEndpoint kAnyV4(); argument
153 static const IPEndpoint kAnyV6();
158 static ErrorOr<IPEndpoint> Parse(const std::string& s);
163 bool operator==(const IPEndpoint& a, const IPEndpoint& b);
164 bool operator!=(const IPEndpoint& a, const IPEndpoint& b);
166 bool operator<(const IPEndpoint& a, const IPEndpoint& b);
167 inline bool operator>(const IPEndpoint& a, const IPEndpoint& b) {
170 inline bool operator<=(const IPEndpoint& a, const IPEndpoint& b) {
173 inline bool operator>=(const IPEndpoint& a, const IPEndpoint& b) {
185 std::ostream& operator<<(std::ostream& out, const IPEndpoint& endpoint);