Searched refs:RouteCmp (Results 1 – 2 of 2) sorted by relevance
29 struct RouteCmp { struct30 explicit RouteCmp(NAT* nat);102 typedef std::map<SocketAddressPair, TransEntry*, RouteCmp> InternalMap;
18 RouteCmp::RouteCmp(NAT* nat) : symmetric(nat->IsSymmetric()) { in RouteCmp() function in rtc::RouteCmp21 size_t RouteCmp::operator()(const SocketAddressPair& r) const { in operator ()()28 bool RouteCmp::operator()( in operator ()()139 int_map_ = new InternalMap(RouteCmp(nat_)); in NATServer()