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

  /external/chromium_org/third_party/webrtc/base/
natserver.h 38 struct AddrCmp {
39 explicit AddrCmp(NAT* nat);
72 typedef std::set<SocketAddress, AddrCmp> AddressSet;
natserver.cc 40 AddrCmp::AddrCmp(NAT* nat)
44 size_t AddrCmp::operator()(const SocketAddress& a) const {
53 bool AddrCmp::operator()(
168 whitelist = new AddressSet(AddrCmp(nat));

Completed in 373 milliseconds