Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Darray.hpp59 …Type, uint16_t kArrayLength> constexpr inline uint16_t GetArrayLength(const Type (&)[kArrayLength]) in GetArrayLength()
77 …plate <typename Type, uint16_t kArrayLength> inline Type *GetArrayEnd(Type (&aArray)[kArrayLength]) in GetArrayEnd()
95 …ame Type, uint16_t kArrayLength> inline const Type *GetArrayEnd(const Type (&aArray)[kArrayLength]) in GetArrayEnd()
/openthread-latest/src/lib/spinel/
Dmulti_frame_buffer.hpp437 … <typename Type, uint16_t kArrayLength> const Type *GetArrayEnd(const Type (&aArray)[kArrayLength]) in GetArrayEnd()
/openthread-latest/src/core/thread/
Dmle.hpp1027 …template <uint8_t kArrayLength> Error AppendTlvRequestTlv(const uint8_t (&aTlvArray)[kArrayLength]) in AppendTlvRequestTlv()