Searched defs:ByteConstrainedArray (Results 1 – 2 of 2) sorted by relevance
158 TEST(ByteConstrainedArray, Simple) { in TEST() argument170 TEST(ByteConstrainedArray, Cycle) { in TEST() argument
312 using ByteConstrainedArray = std::array<T, Bytes / sizeof(T)>; variable