Home
last modified time | relevance | path

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

123

/external/openthread/src/core/meshcop/
Dmeshcop.hpp113 uint8_t GetLength(void) const { return static_cast<uint8_t>(StringLength(m8, kMaxLength + 1)); } in GetLength() function in ot::MeshCoP::JoinerPskd
186 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::MeshCoP::JoinerDiscerner
291 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::MeshCoP::SteeringData
Dmeshcop_leader.hpp56 uint8_t GetLength(void) const in GetLength() function in ot::MeshCoP::CommissioningData
Dnetwork_name.hpp86 uint8_t GetLength(void) const { return Data<kWithUint8Length>::GetLength(); } in GetLength() function in ot::MeshCoP::NameData
/external/openthread/src/core/thread/
Dnetwork_data_service.hpp90 uint8_t GetLength(void) const { return sizeof(ServerData); } in GetLength() function in ot::NetworkData::Service::BackboneRouter::ServerData
208 uint8_t GetLength(void) const { return sizeof(ServiceData); } in GetLength() function in ot::NetworkData::Service::DnsSrpAnycast::ServiceData
292 uint8_t GetLength(void) const { return sizeof(ServiceData); } in GetLength() function in ot::NetworkData::Service::DnsSrpUnicast::ServiceData
343 uint8_t GetLength(void) const { return sizeof(ServerData); } in GetLength() function in ot::NetworkData::Service::DnsSrpUnicast::ServerData
/external/webrtc/rtc_base/
Dcrypt_string.h45 size_t GetLength() const { return impl_->GetLength(); } in GetLength() function
Dcrypt_string.cc15 size_t EmptyCryptStringImpl::GetLength() const { in GetLength() function in rtc::EmptyCryptStringImpl
/external/pdfium/xfa/fgas/layout/
Dcfgas_breakpiece.cpp23 size_t CFGAS_BreakPiece::GetLength() const { in GetLength() function in CFGAS_BreakPiece
/external/cronet/net/ntlm/
Dntlm_buffer_reader.h55 size_t GetLength() const { return buffer_.size(); } in GetLength() function
Dntlm_buffer_writer.h52 size_t GetLength() const { return buffer_.size(); } in GetLength() function
/external/openthread/src/core/crypto/
Dstorage.hpp243 uint16_t GetLength(void) const { return mKeyLength; } in GetLength() function in ot::Crypto::Key
329 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Crypto::LiteralKey
/external/image_io/includes/image_io/base/
Ddata_range.h38 size_t GetLength() const { return IsValid() ? end_ - begin_ : 0; } in GetLength() function
Ddata_segment.h65 size_t GetLength() const { return data_range_.GetLength(); } in GetLength() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_attachnodelist.cpp23 size_t CXFA_AttachNodeList::GetLength() { in GetLength() function in CXFA_AttachNodeList
Dcxfa_arraynodelist.cpp33 size_t CXFA_ArrayNodeList::GetLength() { in GetLength() function in CXFA_ArrayNodeList
/external/ot-br-posix/src/utils/
Dsteering_data.hpp114 uint8_t GetLength(void) const { return mLength; } in GetLength() function in otbr::SteeringData
/external/openthread/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
/external/openthread/src/core/common/
Dtlvs.hpp101 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Tlv
452 uint16_t GetLength(void) const { return HostSwap16(mLength); } in GetLength() function in ot::ExtendedTlv
Dframe_builder.hpp77 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::FrameBuilder
Dheap_data.hpp100 uint16_t GetLength(void) const { return mData.GetLength(); } in GetLength() function in ot::Heap::Data
/external/libchrome/mojo/core/
Dplatform_shared_memory_mapping.cc99 size_t PlatformSharedMemoryMapping::GetLength() const { in GetLength() function in mojo::core::PlatformSharedMemoryMapping
/external/image_io/includes/image_io/jpeg/
Djpeg_segment.h50 size_t GetLength() const { return data_range_.GetLength(); } in GetLength() function
/external/openthread/src/lib/hdlc/
Dhdlc.hpp173 uint16_t GetLength(void) const { return static_cast<uint16_t>(mWritePointer - mBuffer); } in GetLength() function in ot::Hdlc::FrameBuffer
262 uint16_t GetLength(void) const { return static_cast<uint16_t>(mWritePointer - GetFrame()); } in GetLength() function in ot::Hdlc::MultiFrameBuffer
/external/armnn/profiling/common/include/
DPacket.hpp76 uint32_t GetLength() const { return m_Length; } in GetLength() function in arm::pipe::Packet
/external/lzma/CPP/Common/
DC_FileIO.cpp36 bool CFileBase::GetLength(UInt64 &length) const in GetLength() function in NC::NFile::NIO::CFileBase
/external/pdfium/core/fxcrt/
Dwidetext_buffer.cpp14 size_t WideTextBuffer::GetLength() const { in GetLength() function in fxcrt::WideTextBuffer

123