Searched refs:kNumResources (Results 1 – 2 of 2) sorted by relevance
263 const auto kNumResources = 3999; in TEST() local267 FillTable(builder1, 0, kNumResources); in TEST()286 int start_index = (kNumResources / kNumTries) * i; in TEST()287 FillTable(builder2, start_index, kNumResources); in TEST()
1577 static constexpr int kNumResources = kLastTagIdx * (kLastTagIdx + 1) / 2; in test_tags() local1579 Mock mock(kNumResources * TestResource::kDefaultSize); in test_tags()1590 for (int i = 0; i < kNumResources; ++i, ++currTagCnt) { in test_tags()