70 if (net_addr.
IsTor()) {
78 (void)sub_net.IsValid();
79 (void)sub_net.ToString();
82 (void)service.GetKey();
83 (void)service.GetPort();
84 (void)service.ToString();
85 (void)service.ToStringIPPort();
86 (void)service.ToStringPort();
90 (void)sub_net.Match(other_net_addr);
93 assert((service == other_service) != (service != other_service));
94 (void)(service < other_service);
96 const CSubNet sub_net_copy_1{net_addr, other_net_addr};
97 const CSubNet sub_net_copy_2{net_addr};
100 mutable_net_addr.
SetIP(net_addr);
101 assert(net_addr == mutable_net_addr);