Searched refs:kNum (Results 1 – 6 of 6) sorted by relevance
4 const size_t kNum = 200; in DEF_TEST() local5 char* zeros = (char*)sk_calloc_throw(kNum*sizeof(char)); in DEF_TEST()7 for (size_t i = 0; i < kNum; i++) { in DEF_TEST()
233 constexpr size_t kNum = 4; in TEST() local234 constexpr int size = kNum * kAllocSize; in TEST()241 reinterpret_cast<std::byte*>(allocator.Calloc(kNum, kAllocSize)); in TEST()252 constexpr size_t kNum = 3; in TEST() local253 constexpr int size = kNum * kAllocSize; in TEST()260 reinterpret_cast<std::byte*>(allocator.Calloc(kNum, kAllocSize)); in TEST()
120 const int kNum = 10; // expected-note {{'kNum' declared here}} variable
498 template <typename T, const char* const A[static_cast<int>(T::kNum)]>504 static const int kNum = 3; member