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