Home
last modified time | relevance | path

Searched refs:ResetNextIndex (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/socket/
Dsocket_test_util.cc670 mock_data_.ResetNextIndex(); in ResetNextMockIndexes()
671 mock_ssl_data_.ResetNextIndex(); in ResetNextMockIndexes()
1898 mock_data_.ResetNextIndex(); in ResetNextMockIndexes()
1899 mock_ssl_data_.ResetNextIndex(); in ResetNextMockIndexes()
Dsocket_test_util.h613 void ResetNextIndex() { next_index_ = 0; } in ResetNextIndex() function