Home
last modified time | relevance | path

Searched defs:kArrayLength (Results 1 – 2 of 2) sorted by relevance

/openthread-3.5.0/src/core/common/
Darray.hpp60 …Type, uint16_t kArrayLength> constexpr inline uint16_t GetArrayLength(const Type (&)[kArrayLength]) in GetArrayLength()
79 …plate <typename Type, uint16_t kArrayLength> inline Type *GetArrayEnd(Type (&aArray)[kArrayLength]) in GetArrayEnd()
98 …ame Type, uint16_t kArrayLength> inline const Type *GetArrayEnd(const Type (&aArray)[kArrayLength]) in GetArrayEnd()
/openthread-3.5.0/src/core/thread/
Dmle.hpp1007 …template <uint8_t kArrayLength> Error AppendTlvRequestTlv(const uint8_t (&aTlvArray)[kArrayLength]) in AppendTlvRequestTlv()