HomeSort by relevance Sort by last modified time
    Searched refs:RouteCmp (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
natserver.h 29 struct RouteCmp {
30 explicit RouteCmp(NAT* nat);
102 typedef std::map<SocketAddressPair, TransEntry*, RouteCmp> InternalMap;
natserver.cc 18 RouteCmp::RouteCmp(NAT* nat) : symmetric(nat->IsSymmetric()) {
21 size_t RouteCmp::operator()(const SocketAddressPair& r) const {
28 bool RouteCmp::operator()(
139 int_map_ = new InternalMap(RouteCmp(nat_));

Completed in 513 milliseconds