MCPcopy Create free account
hub / github.com/google/snappy / MakeTable

Function MakeTable

snappy.cc:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141template <size_t... seq>
142constexpr std::array<int16_t, 256> MakeTable(index_sequence<seq...>) {
143 return std::array<int16_t, 256>{LengthMinusOffset(seq)...};
144}
145
146alignas(64) const std::array<int16_t, 256> kLengthMinusOffset =
147 MakeTable(make_index_sequence<256>{});

Callers 1

snappy.ccFile · 0.85

Calls 1

LengthMinusOffsetFunction · 0.85

Tested by

no test coverage detected