Searched refs:kKeyCount (Results 1 – 2 of 2) sorted by relevance
101 constexpr size_t kKeyCount = 20; variable127 for (; slot_index < kKeyCount; ++slot_index) { in Run()168 ASSERT_LT(index, kKeyCount); in CreateTlsKeyWithDestructor()182 TLSState tls_states_[kKeyCount];
118 static const int kKeyCount = static_cast<int>(Key::kLast) + 1; variable