Home
last modified time | relevance | path

Searched refs:Array3 (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/tests/unit/
Dtest_array.cpp414 typedef Array<uint16_t, 100, uint16_t> Array3; in TestArrayIndexType() typedef
418 …static_assert(TypeTraits::IsSame<Array3::IndexType, uint16_t>::kValue, "Array3::IndexType is incor… in TestArrayIndexType()