HomeSort by relevance Sort by last modified time
    Searched defs:GetLength (Results 1 - 25 of 46) sorted by null

1 2

  /external/pdfium/core/fxcrt/
cfx_widetextbuf.cpp 9 size_t CFX_WideTextBuf::GetLength() const {
20 AppendBlock(str.unterminated_c_str(), str.GetLength() * sizeof(wchar_t));
25 AppendBlock(str.c_str(), str.GetLength() * sizeof(wchar_t));
cfx_binarybuf.cpp 26 size_t CFX_BinaryBuf::GetLength() const {
cfx_seekablestreamproxy.h 26 FX_FILESIZE GetLength() const { return m_pStream->GetSize(); }
29 bool IsEOF() const { return m_iPosition >= GetLength(); }
bytestring.h 83 return ByteStringView(raw_str(), GetLength());
100 size_t GetLength() const { return m_pData ? m_pData->m_nDataLength : 0; }
104 bool IsEmpty() const { return !GetLength(); }
105 bool IsValidIndex(size_t index) const { return index < GetLength(); }
106 bool IsValidLength(size_t length) const { return length <= GetLength(); }
137 CharType First() const { return GetLength() ? (*this)[0] : 0; }
138 CharType Last() const { return GetLength() ? (*this)[GetLength() - 1] : 0; }
144 size_t InsertAtBack(char ch) { return Insert(GetLength(), ch); }
string_view_template.h 131 size_t GetLength() const { return m_Length; }
133 bool IsValidIndex(size_t index) const { return index < GetLength(); }
134 bool IsValidLength(size_t length) const { return length <= GetLength(); }
141 UnsignedType First() const { return GetLength() ? (*this)[0] : 0; }
144 return GetLength() ? (*this)[GetLength() - 1] : 0;
186 return Mid(GetLength() - count, count);
193 size_t pos = GetLength();
widestring.h 79 return WideStringView(c_str(), GetLength());
98 size_t GetLength() const { return m_pData ? m_pData->m_nDataLength : 0; }
102 bool IsEmpty() const { return !GetLength(); }
103 bool IsValidIndex(size_t index) const { return index < GetLength(); }
104 bool IsValidLength(size_t length) const { return length <= GetLength(); }
132 CharType First() const { return GetLength() ? (*this)[0] : 0; }
133 CharType Last() const { return GetLength() ? (*this)[GetLength() - 1] : 0; }
147 size_t InsertAtBack(wchar_t ch) { return Insert(GetLength(), ch); }
190 // so GetLength() will include them
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_attachnodelist.cpp 18 size_t CXFA_AttachNodeList::GetLength() {
cxfa_arraynodelist.cpp 24 size_t CXFA_ArrayNodeList::GetLength() {
  /external/pdfium/core/fxcrt/css/
cfx_csstextbuf.h 24 int32_t GetLength() const { return m_iDatLen; }
  /external/webrtc/webrtc/base/
cryptstring.cc 15 size_t EmptyCryptStringImpl::GetLength() const {
49 size_t InsecureCryptStringImpl::GetLength() const {
cryptstring.h 27 virtual size_t GetLength() const = 0;
37 size_t GetLength() const override;
47 size_t GetLength() const { return impl_->GetLength(); }
92 size_t len = password->GetLength();
98 size_t GetLength() {
157 size_t GetLength() const override;
  /external/lzma/CPP/Common/
C_FileIO.cpp 36 bool CFileBase::GetLength(UInt64 &length) const
  /external/pdfium/fxjs/
cfxjse_arguments.cpp 20 int32_t CFXJSE_Arguments::GetLength() const {
  /system/bt/packet/avrcp/
avrcp_browse_packet.cc 62 uint16_t BrowsePacket::GetLength() const {
69 return size() == GetLength() + kMinSize();
76 ss << " ? Length = " << GetLength() << std::endl;
  /external/pdfium/xfa/fgas/layout/
cfx_breakpiece.h 25 int32_t GetLength() const { return m_iChars; }
  /art/runtime/gc/
reference_queue.cc 120 size_t ReferenceQueue::GetLength() const {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FvLib.c 453 if (GetLength(CurrentSection.CommonHeader->Size) == 0xffffff) {
757 if (GetLength(SectionHeader->Size) == 0xffffff) {
789 return GetLength(FfsHeader->Size);
802 Length = GetLength(SectionHeader->Size);
810 GetLength (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
FvLib.c 183 if ((UINTN) CurrentFile + GetLength (CurrentFile->Size) > (UINTN) mFvHeader + mFvLength) {
196 ((UINTN) CurrentFile + GetLength (CurrentFile->Size) > (UINTN) mFvHeader + mFvLength)
203 *NextFile = (EFI_FFS_FILE_HEADER *) (((UINTN) CurrentFile + GetLength (CurrentFile->Size) + 0x07) & (-1 << 3));
209 ((UINTN) *NextFile + GetLength ((*NextFile)->Size) > (UINTN) mFvHeader + mFvLength)
472 CurrentSection.CommonHeader = (EFI_COMMON_SECTION_HEADER *) ((((UINTN) CurrentSection.CommonHeader) + GetLength (CurrentSection.CommonHeader->Size) + 0x03) & (-1 << 2));
539 (UINT8 *) ((UINTN) File + GetLength (File->Size)),
708 FileLength = GetLength (FfsHeader->Size);
739 Tail = (EFI_FFS_FILE_TAIL *) ((UINTN) FfsHeader + GetLength (FfsHeader->Size) - sizeof (EFI_FFS_FILE_TAIL));
750 GetLength (
  /external/gptfdisk/
bsd.cc 253 uint64_t BSDData::GetLength(int i) {
260 } // BSDData::GetLength()
  /external/libmojo/mojo/edk/embedder/
platform_shared_buffer.cc 295 size_t PlatformSharedBufferMapping::GetLength() const {
  /art/libartbase/base/unix_file/
fd_file.cc 218 int64_t FdFile::GetLength() const {
454 int64_t length = GetLength();
455 int64_t length2 = other->GetLength();
  /external/libchrome/base/files/
file_posix.cc 319 int64_t File::GetLength() {
322 SCOPED_FILE_TRACE("GetLength");
  /external/lzma/CPP/Windows/
FileIO.cpp 99 bool CFileBase::GetLength(UInt64 &length) const throw()
  /art/runtime/jdwp/
jdwp.h 475 size_t GetLength() { return byte_count_; }
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.cpp 1087 TextRecord::GetLength
1104 int len = GetLength();

Completed in 388 milliseconds

1 2