search for: haseverreadpastendofbuffer

Displaying 1 result from an estimated 1 matches for "haseverreadpastendofbuffer".

2014 Oct 23
2
[LLVMdev] On DataExtractor isValidOffset* interface
...e discussed is how to check DE for "everything we've read so far was at valid offsets". The first solution that comes to mind is "isValidOffset(NextByte - 1)"... but I wonder if there are any typical usage patterns that should be addressed in a more natural way. Like "hasEverReadPastEndOfBuffer()" flag maybe? –– Thanks, Tim