HomeSort by relevance Sort by last modified time
    Searched defs:ProcessedSize (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Common/
StreamBinder.h 18 UInt64 ProcessedSize;
24 HRESULT Read(void *data, UInt32 size, UInt32 *processedSize);
27 HRESULT Write(const void *data, UInt32 size, UInt32 *processedSize);
FileStreams.h 60 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
74 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
90 ProcessedSize = 0;
95 ProcessedSize = 0;
102 ProcessedSize = 0;
107 ProcessedSize = 0;
115 UInt64 ProcessedSize;
128 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
141 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);

Completed in 39 milliseconds