Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/base/
Dcryptstring.cc15 size_t EmptyCryptStringImpl::GetLength() const { in GetLength() function in rtc::EmptyCryptStringImpl
49 size_t InsecureCryptStringImpl::GetLength() const { in GetLength() function in rtc::InsecureCryptStringImpl
Dcryptstring.h47 size_t GetLength() const { return impl_->GetLength(); } in GetLength() function
98 size_t GetLength() { in GetLength() function
/external/pdfium/core/fxcrt/css/
Dcfx_csstextbuf.h24 int32_t GetLength() const { return m_iDatLen; } in GetLength() function
/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.h26 FX_FILESIZE GetLength() const { return m_pStream->GetSize(); } in GetLength() function
Dcfx_binarybuf.cpp26 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
Dwidestring.h98 size_t GetLength() const { return m_pData ? m_pData->m_nDataLength : 0; } in GetLength() function
Dbytestring.h100 size_t GetLength() const { return m_pData ? m_pData->m_nDataLength : 0; } in GetLength() function
Dstring_view_template.h131 size_t GetLength() const { return m_Length; } in GetLength() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_attachnodelist.cpp18 size_t CXFA_AttachNodeList::GetLength() { in GetLength() function in CXFA_AttachNodeList
Dcxfa_arraynodelist.cpp24 size_t CXFA_ArrayNodeList::GetLength() { in GetLength() function in CXFA_ArrayNodeList
/external/pdfium/xfa/fgas/layout/
Dcfx_breakpiece.h25 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/image_io/includes/image_io/jpeg/
Djpeg_segment.h50 size_t GetLength() const { return data_range_.GetLength(); } in GetLength() function
/external/libchrome/mojo/core/
Dplatform_shared_memory_mapping.cc99 size_t PlatformSharedMemoryMapping::GetLength() const { in GetLength() function in mojo::core::PlatformSharedMemoryMapping
/external/pdfium/fxjs/
Dcfxjse_arguments.cpp20 int32_t CFXJSE_Arguments::GetLength() const { in GetLength() function in CFXJSE_Arguments
/external/lzma/CPP/Common/
DC_FileIO.cpp36 bool CFileBase::GetLength(UInt64 &length) const in GetLength() function in NC::NFile::NIO::CFileBase
/external/dynamic_depth/internal/dynamic_depth/
Ditem.cc104 unsigned int Item::GetLength() const { return params_.length; } in GetLength() function in dynamic_depth::Item
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCFBundle.cpp51 CFIndex GetLength() const { in GetLength() function in llvm::dsymutil::CFString
/external/gptfdisk/
Dbsd.cc253 uint64_t BSDData::GetLength(int i) { in GetLength() function in BSDData
/external/lzma/CPP/Windows/
DFileIO.cpp99 bool CFileBase::GetLength(UInt64 &length) const throw() in GetLength() function in NWindows::NFile::NIO::CFileBase
/external/libchrome/base/files/
Dfile_posix.cc332 int64_t File::GetLength() { in GetLength() function in base::File
/external/v8/src/objects/
Dshared-function-info-inl.h425 uint16_t SharedFunctionInfo::GetLength() const { in GetLength() function
/external/vixl/src/aarch32/
Dinstructions-aarch32.h662 int GetLength() const { return length_; } in GetLength() function
684 int GetLength() const { return length_; } in GetLength() function
757 int GetLength() const { return length_; } in GetLength() function

12