Searched defs:Value (Results 1 – 2 of 2) sorted by relevance
61 struct Value : public Heap::Allocatable<Value>, public LinkedListEntry<Value> struct63 …ches(const IndexMatcher &aIndexMataher) const { return (AsNonConst(aIndexMataher).mIndex-- == 0); } in Matches()65 Value *mNext;66 Heap::Data mData;
603 struct Value struct in ot::MeshCoP::ChannelMaskTlv605 …atic constexpr uint16_t kMaxLength = (kEntrySize * Radio::kNumChannelPages); ///< Max value length.607 …_t mData[kMaxLength]; ///< Array to store TLV value (encoded as one or more Channel Mask TLV Entry)608 uint8_t mLength; ///< Value length in bytes.