Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/openthread/src/core/meshcop/
H A 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
/aosp_15_r20/art/runtime/mirror/
H A Dmethod_type-inl.h89 inline int32_t MethodType::PTypesAccessor<PTypesType>::GetLength() const { in GetLength() function
104 inline int32_t MethodType::RawPTypesAccessor::GetLength() const { in GetLength() function
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DNinePatch.cpp135 inline int32_t GetLength() const { in GetLength() function in android::HorizontalImageLine
160 inline int32_t GetLength() const { in GetLength() function in android::VerticalImageLine
187 inline int32_t GetLength() const { in GetLength() function in android::DiagonalImageLine
/aosp_15_r20/external/openthread/src/lib/spinel/
H A 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
/aosp_15_r20/external/openthread/src/core/radio/
H A 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
/aosp_15_r20/external/openthread/src/core/crypto/
H A 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
/aosp_15_r20/external/openthread/src/core/common/
H A 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
H A Doffset_range.hpp120 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::OffsetRange
H A Dheap_data.hpp100 uint16_t GetLength(void) const { return mData.GetLength(); } in GetLength() function in ot::Heap::Data
/aosp_15_r20/external/openthread/src/core/net/
H A 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
/aosp_15_r20/external/webrtc/rtc_base/
H A Dcrypt_string.h45 size_t GetLength() const { return impl_->GetLength(); } in GetLength() function
H A Dcrypt_string.cc15 size_t EmptyCryptStringImpl::GetLength() const { in GetLength() function in rtc::EmptyCryptStringImpl
/aosp_15_r20/external/pdfium/xfa/fgas/layout/
H A Dcfgas_breakpiece.cpp23 size_t CFGAS_BreakPiece::GetLength() const { in GetLength() function in CFGAS_BreakPiece
/aosp_15_r20/external/cronet/net/ntlm/
H A Dntlm_buffer_reader.h55 size_t GetLength() const { return buffer_.size(); } in GetLength() function
H A Dntlm_buffer_writer.h52 size_t GetLength() const { return buffer_.size(); } in GetLength() function
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileIO.cpp159 bool CFileBase::GetLength(UInt64 &length) const throw() in GetLength() function in NWindows::NFile::NIO::CFileBase
678 bool CFileBase::GetLength(UInt64 &length) const in GetLength() function in NWindows::NFile::NIO::CFileBase
/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/base/
H A Ddata_range.h38 size_t GetLength() const { return IsValid() ? end_ - begin_ : 0; } in GetLength() function
/aosp_15_r20/external/image_io/includes/image_io/base/
H A Ddata_range.h38 size_t GetLength() const { return IsValid() ? end_ - begin_ : 0; } in GetLength() function
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_attachnodelist.cpp23 size_t CXFA_AttachNodeList::GetLength() { in GetLength() function in CXFA_AttachNodeList
H A Dcxfa_arraynodelist.cpp33 size_t CXFA_ArrayNodeList::GetLength() { in GetLength() function in CXFA_ArrayNodeList
/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dsteering_data.hpp105 uint8_t GetLength(void) const { return mLength; } in GetLength() function in otbr::SteeringData
/aosp_15_r20/external/libchrome/mojo/core/
H A Dplatform_shared_memory_mapping.cc99 size_t PlatformSharedMemoryMapping::GetLength() const { in GetLength() function in mojo::core::PlatformSharedMemoryMapping
/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/jpeg/
H A Djpeg_segment.h50 size_t GetLength() const { return data_range_.GetLength(); } in GetLength() function
/aosp_15_r20/external/image_io/includes/image_io/jpeg/
H A Djpeg_segment.h50 size_t GetLength() const { return data_range_.GetLength(); } in GetLength() function
/aosp_15_r20/packages/modules/Bluetooth/system/packet/avrcp/
Davrcp_browse_packet.cc58 uint16_t BrowsePacket::GetLength() const { in GetLength() function in bluetooth::avrcp::BrowsePacket

1234