Home | History | Annotate | Download | only in Common

Lines Matching defs:const

22   const Byte *_data;

27 void Init(const Byte *data, size_t size, IUnknown *ref = 0)
50 size_t GetCapacity() const { return _capacity; }
51 operator Byte*() const { return _buf; };
52 operator const Byte*() const { return _buf; };
65 size_t GetSize() const { return _size; }
66 const Byte *GetBuffer() const { return _buffer; }
67 void CopyToBuffer(CByteBuffer &dest) const;
72 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
89 size_t GetPos() const { return _pos; }
92 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
104 UInt64 GetSize() const { return _size; }
107 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);