Home
last modified time | relevance | path

Searched refs:DetachBuffer (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_binarybuf.h46 std::unique_ptr<uint8_t, FxFreeDeleter> DetachBuffer();
Dcfx_binarybuf.cpp43 std::unique_ptr<uint8_t, FxFreeDeleter> CFX_BinaryBuf::DetachBuffer() { in DetachBuffer() function in CFX_BinaryBuf
/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.cpp335 stream->TakeData(decrypted_buf.DetachBuffer(), decrypted_size); in DecryptObjectTree()
/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp800 *dest_buf = m_DestBuf.DetachBuffer(); in Encode()