Searched defs:GetLength (Results 1 - 20 of 20) sorted by relevance

/external/webrtc/webrtc/base/
H A Dcryptstring.cc15 size_t EmptyCryptStringImpl::GetLength() const { function in class:rtc::EmptyCryptStringImpl
49 size_t InsecureCryptStringImpl::GetLength() const { function in class:rtc::InsecureCryptStringImpl
H A Dcryptstring.h27 virtual size_t GetLength() const = 0;
37 size_t GetLength() const override;
47 size_t GetLength() const { return impl_->GetLength(); } function in class:rtc::CryptString
92 size_t len = password->GetLength();
98 size_t GetLength() { function in class:rtc::FormatCryptString
157 size_t GetLength() const override;
/external/lzma/CPP/Common/
H A DC_FileIO.cpp36 bool CFileBase::GetLength(UInt64 &length) const function in class:NC::NFile::NIO::CFileBase
/external/gptfdisk/
H A Dbsd.cc251 uint64_t BSDData::GetLength(int i) { function in class:BSDData
258 } // BSDData::GetLength()
H A Dbasicmbr.cc1507 uint64_t BasicMBRData::GetLength(int i) { function in class:BasicMBRData
1517 } // BasicMBRData::GetLength()
/external/libchrome/base/files/
H A Dfile_posix.cc319 int64_t File::GetLength() { function in class:base::File
322 SCOPED_FILE_TRACE("GetLength");
/external/lzma/CPP/Windows/
H A DFileIO.cpp99 bool CFileBase::GetLength(UInt64 &length) const throw() function in class:NWindows::NFile::NIO::CFileBase
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h99 FX_STRSIZE GetLength() const { return m_Length; } function in class:CFX_ByteStringC
183 FX_STRSIZE GetLength() const { return m_pData ? m_pData->m_nDataLength : 0; } function in class:CFX_ByteString
185 bool IsEmpty() const { return !GetLength(); }
207 std::min(GetLength(), str.GetLength()));
208 return result < 0 || (result == 0 && GetLength() < str.GetLength());
352 m_Length = src.GetLength();
356 m_Length = src.GetLength();
473 FX_STRSIZE GetLength() cons function in class:CFX_WideStringC
582 FX_STRSIZE GetLength() const { return m_pData ? m_pData->m_nDataLength : 0; } function in class:CFX_WideString
[all...]
H A Dfx_basic.h48 AppendBlock(str.GetPtr(), str.GetLength());
103 FX_STRSIZE GetLength() const { return m_DataSize; } function in class:CFX_ByteTextBuf
124 FX_STRSIZE GetLength() const { return m_DataSize / sizeof(FX_WCHAR); } function in class:CFX_WideTextBuf
158 intptr_t GetLength() { return m_SavingBuf.GetSize(); } function in class:CFX_ArchiveSaver
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_csssyntax.h42 int32_t GetLength() const { return m_iDatLen; } function in class:CFDE_CSSTextBuf
/external/pdfium/xfa/src/fxjse/src/
H A Dclass.cpp161 int32_t CFXJSE_Arguments::GetLength() const { function in class:CFXJSE_Arguments
224 v8::String::kNormalString, szStringVal.GetLength()));
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtblock.cpp23 int32_t nCount = wsBlock.GetLength();
85 int32_t CFDE_TxtEdtBlock::GetLength() const { function in class:CFDE_TxtEdtBlock
156 int32_t nCount = m_wsFormat.GetLength();
211 FX_WCHAR wcType = wsField[wsField.GetLength() - 1];
242 int32_t nFieldLength = m_wsField.GetLength();
249 int32_t nInsLength = wsIns.GetLength();
276 int32_t nFieldLength = m_wsField.GetLength();
312 int32_t nInsLength = wsIns.GetLength();
313 int32_t nFieldLength = m_wsField.GetLength();
349 int32_t nLength = wsField.GetLength()
[all...]
/external/pdfium/xfa/src/fgas/include/
H A Dfx_rbk.h122 int32_t GetLength() const { return m_iChars; } function in class:CFX_RTFPiece
H A Dfx_tbk.h129 int32_t GetLength() const { return m_iChars; } function in class:CFX_TxtPiece
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_basic_imp.cpp40 int32_t iLength = wsName.GetLength();
76 int32_t iLength = wsName.GetLength();
102 int32_t iLength = wsName.GetLength();
203 int32_t iLength = wsName.GetLength();
383 int32_t iLength = wsMethodName.GetLength();
415 int32_t iLength = wsAttributeName.GetLength();
453 wsMeasure.GetLength() - iOffset, &iUsedLen);
578 int32_t CXFA_WideTextRead::GetLength() const { function in class:CXFA_WideTextRead
579 return m_wsBuffer.GetLength() * sizeof(FX_WCHAR);
590 m_iPosition = m_wsBuffer.GetLength()
[all...]
H A Dxfa_object_imp.cpp51 hValue, FX_UTF8Encode(className.GetPtr(), className.GetLength()));
66 FXJSE_ThrowMessage("", FX_UTF8Encode(wsMessage, wsMessage.GetLength()));
613 int32_t iLength = pArguments->GetLength();
621 CFX_WideString::FromUTF8(bsExpression, bsExpression.GetLength());
658 int32_t iLength = pArguments->GetLength();
667 CFX_WideString::FromUTF8(bsExpression, bsExpression.GetLength());
742 FXJSE_ThrowMessage("", FX_UTF8Encode(wsMessage, wsMessage.GetLength()));
807 int32_t iLength = pArguments->GetLength();
815 CFX_WideString::FromUTF8(bsExpression, bsExpression.GetLength());
818 int32_t iLength = pArguments->GetLength();
5393 int32_t CXFA_ArrayNodeList::GetLength() { function in class:CXFA_ArrayNodeList
5437 int32_t CXFA_AttachNodeList::GetLength() { function in class:CXFA_AttachNodeList
[all...]
/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_stream.cpp178 int32_t CFX_FileStreamImp::GetLength() const { function in class:CFX_FileStreamImp
272 int32_t CFX_FileReadStreamImp::GetLength() const { function in class:CFX_FileReadStreamImp
359 int32_t CFX_BufferReadStreamImp::GetLength() const { function in class:CFX_BufferReadStreamImp
363 int32_t iLength = GetLength();
389 int32_t iLength = GetLength();
452 bEOS = (m_iPosition >= GetLength()) || pStr[i] == L'\0';
469 int32_t CFX_FileWriteStreamImp::GetLength() const { function in class:CFX_FileWriteStreamImp
476 int32_t iLength = GetLength();
496 return m_iPosition >= GetLength();
535 int32_t CFX_BufferStreamImp::GetLength() cons function in class:CFX_BufferStreamImp
707 int32_t CFX_TextStream::GetLength() const { function in class:CFX_TextStream
969 int32_t CFX_Stream::GetLength() const { function in class:CFX_Stream
[all...]
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp437 int CJS_Array::GetLength() { function in class:CJS_Array
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1584 milliseconds