Home
last modified time | relevance | path

Searched defs:GetLength (Results 1 – 25 of 33) sorted by relevance

12

/openthread-latest/src/core/common/
Doffset_range.hpp120 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::OffsetRange
Dheap_data.hpp100 uint16_t GetLength(void) const { return mData.GetLength(); } in GetLength() function in ot::Heap::Data
Dframe_builder.hpp78 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::FrameBuilder
Dstring.hpp452 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::StringWriter
Dtlvs.hpp101 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Tlv
762 uint16_t GetLength(void) const { return BigEndian::HostSwap16(mLength); } in GetLength() function in ot::ExtendedTlv
Ddata.hpp176 LengthType GetLength(void) const { return mLength; } in GetLength() function in ot::Data
Dheap_array.hpp127 IndexType GetLength(void) const { return mLength; } in GetLength() function in ot::Heap::Array
Darray.hpp206 IndexType GetLength(void) const { return mLength; } in GetLength() function in ot::Array
/openthread-latest/src/core/meshcop/
Dmeshcop.hpp112 uint8_t GetLength(void) const { return static_cast<uint8_t>(StringLength(m8, kMaxLength + 1)); } in GetLength() function in ot::MeshCoP::JoinerPskd
185 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::MeshCoP::JoinerDiscerner
290 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::MeshCoP::SteeringData
Dnetwork_name.hpp86 uint8_t GetLength(void) const { return Data<kWithUint8Length>::GetLength(); } in GetLength() function in ot::MeshCoP::NameData
Dmeshcop_leader.cpp269 uint8_t Leader::CommissioningData::GetLength(void) const in GetLength() function in ot::MeshCoP::Leader::CommissioningData
Ddataset.hpp576 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::MeshCoP::Dataset
/openthread-latest/src/core/crypto/
Dstorage.hpp247 uint16_t GetLength(void) const { return mKeyLength; } in GetLength() function in ot::Crypto::Key
333 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Crypto::LiteralKey
/openthread-latest/src/core/radio/
Dtrel_packet.hpp117 uint16_t GetLength(void) const { return GetSize(GetType()); } in GetLength() function in ot::Trel::Header
308 uint16_t GetLength(void) const { return Base::GetLength(); } in GetLength() function in ot::Trel::Packet
/openthread-latest/src/lib/spinel/
Dmulti_frame_buffer.hpp162 uint16_t GetLength(void) const { return static_cast<uint16_t>(mWritePointer - mBuffer); } in GetLength() function in ot::Spinel::FrameBuffer
251 uint16_t GetLength(void) const { return static_cast<uint16_t>(mWritePointer - GetFrame()); } in GetLength() function in ot::Spinel::MultiFrameBuffer
Dspinel_decoder.hpp90 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Spinel::Decoder
/openthread-latest/src/posix/platform/
Dpower.hpp179 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Power::RawPowerSetting
/openthread-latest/src/core/utils/
Dflash.hpp166 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Flash::RecordHeader
Dparse_cmdline.cpp318 uint16_t Arg::GetLength(void) const { return IsEmpty() ? 0 : static_cast<uint16_t>(strlen(mString))… in GetLength() function in ot::Utils::CmdLineParser::Arg
/openthread-latest/src/core/net/
Dip6_headers.hpp412 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Ip6::ExtensionHeader
502 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Ip6::Option
Dudp6.hpp439 uint16_t GetLength(void) const { return BigEndian::HostSwap16(mLength); } in GetLength() function in ot::Ip6::Udp::Header
Dip6_address.hpp130 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Ip6::Prefix
/openthread-latest/src/core/mac/
Dmac_header_ie.hpp103 uint8_t GetLength(void) const { return mFields.m8[0] & kLengthMask; } in GetLength() function in ot::Mac::HeaderIe
/openthread-latest/src/core/thread/
Dnetwork_data.hpp158 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::NetworkData::NetworkData
Dmle_types.hpp523 uint8_t GetLength(void) const { return mArray.GetLength(); } in GetLength() function in ot::Mle::RxChallenge

12