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

  /external/chromium/net/socket/
transport_client_socket_pool_unittest.cc 263 : allocation_count_(0), client_socket_type_(MOCK_CLIENT_SOCKET),
272 allocation_count_++;
315 int allocation_count() const { return allocation_count_; }
333 int allocation_count_; member in class:net::__anon4206::MockClientSocketFactory
    [all...]
client_socket_pool_base_unittest.cc 104 MockClientSocketFactory() : allocation_count_(0) {}
110 allocation_count_++;
133 int allocation_count() const { return allocation_count_; }
136 int allocation_count_; member in class:net::__anon4182::MockClientSocketFactory
    [all...]

Completed in 51 milliseconds