Searched refs:secondLayoutSize (Results 1 – 1 of 1) sorted by relevance
190 constexpr int secondLayoutSize = (8 + 1) * sizeof(int64_t); in TEST() local191 constexpr int expectedSize = firstLayoutSize + secondLayoutSize + sizeof(int64_t) + HeaderSize; in TEST()