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

  /external/chromium/third_party/libjingle/source/talk/base/
socketaddress.h 155 size_t Size_() const;
socketaddress.cc 263 size_t SocketAddress::Size_() const {
268 if (len < static_cast<int>(Size_()))
278 if (len < static_cast<int>(Size_()) || buf[1] != AF_INET)

Completed in 153 milliseconds