Searched refs:kSizeBytesAlmostFull (Results 1 – 1 of 1) sorted by relevance
1225 constexpr size_t kSizeBytesAlmostFull = 950'000; variable1234 const std::vector<uint64_t> testValue((kSizeBytesAlmostFull + i) / sizeof(uint64_t), 42); in TEST_F()