Searched refs:kMaxSingleLoadBytes (Results 1 – 1 of 1) sorted by relevance
38 static constexpr size_t kMaxSingleLoadBytes = sizeof(MaxSingleLoadType); variable43 data_ = AlignDown(data + (bit_start >> kBitsPerByteLog2), kMaxSingleLoadBytes); in BitMemoryRegion()113 static_assert(sizeof(Result) <= kMaxSingleLoadBytes); in LoadBits()409 static_assert(N * kVarintBits <= BitMemoryRegion::kMaxSingleLoadBytes * kBitsPerByte, in ReadInterleavedVarints()