Lines Matching refs:kLength
196 template <int kLength, bool kTrueBinary>
212 v.reserve(kLength); in MakeBytes()
213 for (int i = 0; i < kLength; i++) { in MakeBytes()
239 template <int kLength, bool kTrueBinary>
251 v.reserve(kLength); in MakeBytes()
252 for (int i = 0; i < kLength; i++) { in MakeBytes()
563 template <int kLength, bool kTrueBinary>
566 template <int kLength>
567 class NonIndexedBinaryElem<kLength, true> {
573 '-', 'b', 'i', 'n', static_cast<uint8_t>(kLength + 1), in GetBenchmarkSlices()
575 for (int i = 0; i < kLength; i++) { in GetBenchmarkSlices()