Home | History | Annotate | Download | only in tests

Lines Matching defs:kN

1488     static constexpr int kN = 5;
1490 for (int i = 0; i < kN; ++i) {
1505 for (int i = 0; i < kN; ++i) {
1508 REPORTER_ASSERT(reporter, kN - (i + 1) == cache->countUniqueKeysWithTag(kTag));