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

  /external/webrtc/webrtc/base/
natserver.h 39 struct AddrCmp {
40 explicit AddrCmp(NAT* nat);
86 typedef std::set<SocketAddress, AddrCmp> AddressSet;
natserver.cc 41 AddrCmp::AddrCmp(NAT* nat)
45 size_t AddrCmp::operator()(const SocketAddress& a) const {
54 bool AddrCmp::operator()(
231 whitelist = new AddressSet(AddrCmp(nat));

Completed in 1346 milliseconds