Searched refs:kTestSize (Results 1 – 2 of 2) sorted by relevance
27 const int kTestSize = 10; in TEST_F() local28 int ids[kTestSize]; in TEST_F()29 for (int i = 0; i < kTestSize; ++i) { in TEST_F()37 for (int i = 0; i < kTestSize; ++i) { in TEST_F()
323 const int kTestSize = 250000; in TEST_P() local328 while (map.size() < kTestSize) { in TEST_P()342 GOOGLE_CHECK_EQ(kTestSize % kChunkSize, 0); in TEST_P()353 if (times.size() < .99 * kTestSize / kChunkSize) { in TEST_P()371 const int kTestSize = 1024; // must be a power of 2 in TEST_P() local373 for (int i = 0; s.size() < kTestSize; i++) { in TEST_P()374 if ((map_.hash_function()(i) & (kTestSize - 1)) < 3) { in TEST_P()