Searched refs:RouteCmp (Results 1 – 2 of 2) sorted by relevance
31 struct RouteCmp { struct32 explicit RouteCmp(NAT* nat);109 typedef std::map<SocketAddressPair, TransEntry*, RouteCmp> InternalMap;
22 RouteCmp::RouteCmp(NAT* nat) : symmetric(nat->IsSymmetric()) {} in RouteCmp() function in rtc::RouteCmp24 size_t RouteCmp::operator()(const SocketAddressPair& r) const { in operator ()()31 bool RouteCmp::operator()(const SocketAddressPair& r1, in operator ()()142 int_map_ = new InternalMap(RouteCmp(nat_)); in NATServer()