Searched refs:kIndexOutOfBounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/socket/
H A Dclient_socket_pool_base_unittest.cc771 EXPECT_EQ(ClientSocketPoolTest::kIndexOutOfBounds, GetOrderOfRequest(8));
805 EXPECT_EQ(ClientSocketPoolTest::kIndexOutOfBounds, GetOrderOfRequest(6));
840 EXPECT_EQ(ClientSocketPoolTest::kIndexOutOfBounds, GetOrderOfRequest(9));
879 EXPECT_EQ(ClientSocketPoolTest::kIndexOutOfBounds, GetOrderOfRequest(8));
917 EXPECT_EQ(ClientSocketPoolTest::kIndexOutOfBounds, GetOrderOfRequest(6));
1178 EXPECT_EQ(ClientSocketPoolTest::kIndexOutOfBounds, GetOrderOfRequest(9));
1285 EXPECT_EQ(ClientSocketPoolTest::kIndexOutOfBounds, GetOrderOfRequest(8));
2188 EXPECT_EQ(ClientSocketPoolTest::kIndexOutOfBounds, GetOrderOfRequest(5));
H A Dsocket_test_util.cc1147 const int ClientSocketPoolTest::kIndexOutOfBounds = -1; member in class:net::ClientSocketPoolTest
1158 return kIndexOutOfBounds;
H A Dtransport_client_socket_pool_unittest.cc581 EXPECT_EQ(ClientSocketPoolTest::kIndexOutOfBounds, GetOrderOfRequest(17));
736 EXPECT_EQ(ClientSocketPoolTest::kIndexOutOfBounds, GetOrderOfRequest(17));
H A Dsocket_test_util.h771 static const int kIndexOutOfBounds; member in class:net::ClientSocketPoolTest
796 // or kIndexOutOfBounds if |index| is out of bounds, or kRequestNotFound

Completed in 67 milliseconds