Home
last modified time | relevance | path

Searched defs:IsEOF (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_stream.cpp22 bool IsEOF() override { return GetPosition() >= GetSize(); } in IsEOF() function in __anon7dd8d9630111::CFX_CRTFileStream
80 bool IFX_SeekableReadStream::IsEOF() { in IsEOF() function in IFX_SeekableReadStream
H A Dcfx_bitstream.h22 bool IsEOF() const { return m_BitPos >= m_BitSize; } in IsEOF() function
H A Dcfx_memorystream.cpp23 bool CFX_MemoryStream::IsEOF() { in IsEOF() function in CFX_MemoryStream
H A Dcfx_seekablestreamproxy.cpp142 bool CFX_SeekableStreamProxy::IsEOF() { in IsEOF() function in CFX_SeekableStreamProxy
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp139 bool *IsEOF) { in readBytes()
193 bool IsEOF = false; in listenLoop() local
/aosp_15_r20/external/pdfium/core/fxcrt/css/
H A Dcfx_cssinputtextbuf.h17 bool IsEOF() const { return m_iPos >= m_Buffer.GetLength(); } in IsEOF() function
/aosp_15_r20/external/pdfium/core/fxcodec/
H A Dcfx_codec_memory.h26 bool IsEOF() const { return pos_ >= size_; } in IsEOF() function
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_seekablemultistream.cpp72 bool CPDF_SeekableMultiStream::IsEOF() { in IsEOF() function in CPDF_SeekableMultiStream
/aosp_15_r20/external/cronet/net/base/
H A Dupload_data_stream.cc92 bool UploadDataStream::IsEOF() const { in IsEOF() function in net::UploadDataStream
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_meshstream.cpp164 bool CPDF_MeshStream::IsEOF() const { in IsEOF() function in CPDF_MeshStream
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dcpdfsdk_helpers.cpp115 bool FPDF_FileHandlerContext::IsEOF() { in IsEOF() function in __anond0aea4ce0111::FPDF_FileHandlerContext
/aosp_15_r20/external/pdfium/xfa/fde/
H A Dcfde_texteditengine.cpp1210 bool CFDE_TextEditEngine::Iterator::IsEOF(bool bPrev) const { in IsEOF() function in CFDE_TextEditEngine::Iterator