Home
last modified time | relevance | path

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

12

/external/pdfium/core/fxcrt/css/
Dcfx_csstextbuf.h24 int32_t GetLength() const { return m_iDatLen; } in GetLength() function
/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/fxfa/parser/
Dcxfa_attachnodelist.cpp18 size_t CXFA_AttachNodeList::GetLength() { in GetLength() function in CXFA_AttachNodeList
Dcxfa_arraynodelist.cpp22 size_t CXFA_ArrayNodeList::GetLength() { in GetLength() function in CXFA_ArrayNodeList
/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCData.cpp29 CFIndex CFCData::GetLength() const { in GetLength() function in CFCData
DCFCString.cpp146 CFIndex CFCString::GetLength() const { in GetLength() function in CFCString
/external/pdfium/xfa/fgas/layout/
Dcfx_breakpiece.h26 int32_t GetLength() const { return m_iChars; } in GetLength() function
/external/image_io/includes/image_io/base/
Ddata_range.h38 size_t GetLength() const { return IsValid() ? end_ - begin_ : 0; } in GetLength() function
Ddata_segment.h64 size_t GetLength() const { return data_range_.GetLength(); } in GetLength() function
/external/pdfium/core/fxcrt/
Dcfx_binarybuf.cpp35 size_t CFX_BinaryBuf::GetLength() const { in GetLength() function in CFX_BinaryBuf
Dcfx_widetextbuf.cpp9 size_t CFX_WideTextBuf::GetLength() const { in GetLength() function in CFX_WideTextBuf
Dbytestring.h109 size_t GetLength() const { return m_pData ? m_pData->m_nDataLength : 0; } in GetLength() function
Dwidestring.h107 size_t GetLength() const { return m_pData ? m_pData->m_nDataLength : 0; } in GetLength() function
/external/image_io/includes/image_io/jpeg/
Djpeg_segment.h50 size_t GetLength() const { return data_range_.GetLength(); } in GetLength() function
/external/pdfium/fxjs/xfa/
Dcfxjse_arguments.cpp20 int32_t CFXJSE_Arguments::GetLength() const { in GetLength() function in CFXJSE_Arguments
/external/libchrome/mojo/core/
Dplatform_shared_memory_mapping.cc99 size_t PlatformSharedMemoryMapping::GetLength() const { in GetLength() function in mojo::core::PlatformSharedMemoryMapping
/external/lzma/CPP/Common/
DC_FileIO.cpp36 bool CFileBase::GetLength(UInt64 &length) const in GetLength() function in NC::NFile::NIO::CFileBase
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.h60 dw_offset_t GetLength() const { return m_length; } in GetLength() function
147 uint32_t GetLength() const { return m_header.GetLength(); } in GetLength() function
/external/dynamic_depth/internal/dynamic_depth/
Ditem.cc104 unsigned int Item::GetLength() const { return params_.length; } in GetLength() function in dynamic_depth::Item
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DCFString.cpp138 CFIndex CFString::GetLength() const { in GetLength() function in CFString
/external/llvm-project/llvm/tools/dsymutil/
DCFBundle.cpp49 CFIndex GetLength() const { in GetLength() function in llvm::dsymutil::CFString
/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_intern.cc187 static size_t GetLength(const std::pair<const char*, size_t>& buflen) { in GetLength() function
193 static size_t GetLength(const grpc_slice& slice) { in GetLength() function
/external/gptfdisk/
Dbsd.cc253 uint64_t BSDData::GetLength(int i) { in GetLength() function in BSDData
/external/llvm-project/lldb/source/Host/common/
DSocketAddress.cpp115 socklen_t SocketAddress::GetLength() const { in GetLength() function in SocketAddress

12