Home
last modified time | relevance | path

Searched defs:WriteBlock (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/testing/
Dstring_write_stream.cpp15 bool StringWriteStream::WriteBlock(pdfium::span<const uint8_t> buffer) { in WriteBlock() function in StringWriteStream
/external/pdfium/fpdfsdk/
Dcpdfsdk_filewriteadapter.cpp19 bool CPDFSDK_FileWriteAdapter::WriteBlock(pdfium::span<const uint8_t> buffer) { in WriteBlock() function in CPDFSDK_FileWriteAdapter
Dcpdfsdk_helpers.cpp164 bool FPDF_FileHandlerContext::WriteBlock(pdfium::span<const uint8_t> buffer) { in WriteBlock() function in __anon6a0e2f4e0111::FPDF_FileHandlerContext
/external/pdfium/core/fpdfapi/edit/
Dcpdf_stringarchivestream.cpp20 bool CPDF_StringArchiveStream::WriteBlock(pdfium::span<const uint8_t> buffer) { in WriteBlock() function in CPDF_StringArchiveStream
Dcpdf_creator.cpp77 bool CFX_FileBufferArchive::WriteBlock(pdfium::span<const uint8_t> buffer) { in WriteBlock() function in __anonf28ce48e0111::CFX_FileBufferArchive
/external/pdfium/core/fxge/win32/
Dcpsoutput.cpp20 bool CPSOutput::WriteBlock(pdfium::span<const uint8_t> input) { in WriteBlock() function in CPSOutput
Dcfx_psrenderer_unittest.cpp32 bool WriteBlock(pdfium::span<const uint8_t> buffer) override { in WriteBlock() function in __anonecfc0b980111::TestWriteStream
/external/pdfium/public/
Dfpdf_save.h39 int (*WriteBlock)(struct FPDF_FILEWRITE_* pThis, member
Dfpdfview.h521 FPDF_RESULT (*WriteBlock)(void* clientData, member
/external/pdfium/core/fxcrt/
Dcfx_memorystream.cpp59 bool CFX_MemoryStream::WriteBlock(pdfium::span<const uint8_t> buffer) { in WriteBlock() function in CFX_MemoryStream
Dcfx_memorystream_unittest.cpp32 TEST(CFXMemoryStreamTest, WriteBlock) { in TEST() argument
Dfx_stream.cpp28 bool WriteBlock(pdfium::span<const uint8_t> buffer) override { in WriteBlock() function in __anonabe073e30111::CFX_CRTFileStream
/external/pdfium/core/fpdfapi/parser/
Dcpdf_seekablemultistream.cpp74 bool CPDF_SeekableMultiStream::WriteBlock(pdfium::span<const uint8_t> buffer) { in WriteBlock() function in CPDF_SeekableMultiStream
Dcpdf_number_unittest.cpp23 bool WriteBlock(pdfium::span<const uint8_t> buffer) override { in WriteBlock() function in __anon99302c2d0111::ByteStringArchiveStream
/external/leveldb/table/
Dtable_builder.cc141 void TableBuilder::WriteBlock(BlockBuilder* block, BlockHandle* handle) { in WriteBlock() function in leveldb::TableBuilder
/external/tensorflow/tensorflow/core/lib/io/
Dtable_builder.cc165 void TableBuilder::WriteBlock(BlockBuilder* block, BlockHandle* handle) { in WriteBlock() function in tensorflow::table::TableBuilder
/external/pigweed/pw_bluetooth_sapphire/host/common/
Dadvertising_data.cc792 bool AdvertisingData::WriteBlock(MutableByteBuffer* buffer, in WriteBlock() function in bt::AdvertisingData
/external/libwebm/mkvmuxer/
Dmkvmuxerutil.cc35 uint64 WriteBlock(IMkvWriter* writer, const Frame* const frame, int64 timecode, in WriteBlock() function
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.cc35 uint64 WriteBlock(IMkvWriter* writer, const Frame* const frame, int64 timecode, in WriteBlock() function
/external/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.cc35 uint64 WriteBlock(IMkvWriter* writer, const Frame* const frame, int64 timecode, in WriteBlock() function
/external/lzma/CPP/7zip/Compress/
DDeflateEncoder.cpp719 NO_INLINE void CCoder::WriteBlock() in WriteBlock() function in NCompress::NDeflate::NEncoder::CCoder