Searched refs:BufferEnd (Results 1 – 5 of 5) sorted by relevance
42 const char *BufferEnd; // End of the buffer. variable56 const char *getBufferEnd() const { return BufferEnd; } in getBufferEnd()57 size_t getBufferSize() const { return BufferEnd-BufferStart; } in getBufferSize()
43 const char *BufferEnd; // End of the buffer. variable60 const char *getBufferEnd() const { return BufferEnd; } in getBufferEnd()61 size_t getBufferSize() const { return BufferEnd-BufferStart; } in getBufferSize()
875 const unsigned char *const BufferEnd, in getValueProfData() argument879 if (D + sizeof(ValueProfData) > BufferEnd) in getValueProfData()884 if (D + TotalSize > BufferEnd) in getValueProfData()
50 BufferEnd = BufEnd; in init()