Searched refs:ZipContentBuffer_t (Results 1 – 5 of 5) sorted by relevance
61 void LoadSignetImageFromResource(ZipFile::ZipContentBuffer_t& buffer) in LoadSignetImageFromResource()67 buffer = ZipFile::ZipContentBuffer_t(data, data + size); in LoadSignetImageFromResource()121 StreamOnZipBuffer(const ZipFile::ZipContentBuffer_t& zip_buffer);143 const ZipFile::ZipContentBuffer_t& ref_zip_buffer_;147 StreamOnZipBuffer::StreamOnZipBuffer(const ZipFile::ZipContentBuffer_t& zip_buffer) : in StreamOnZipBuffer()303 ZipFile::ZipContentBuffer_t img_data; in CThumbviewer()371 ZipFile::ZipContentBuffer_t thumbnail; in Extract()
52 typedef std::vector<char> ZipContentBuffer_t; typedef in ZipFile134 …void GetUncompressedContent(const std::string& ContentName, /*inout*/ ZipContentBuffer_t& ContentB…
73 ZipFile::ZipContentBuffer_t m_ZipContent;
75 ZipFile::ZipContentBuffer_t contentBuf; in test_getContent()
150 const std::string& ContentName, /*inout*/ ZipContentBuffer_t& ContentBuffer) in GetUncompressedContent()
Completed in 30 milliseconds