HomeSort by: relevance | last modified time | path
    Searched defs:bytesRemaining (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
BinaryStreamWriter.h 186 uint32_t bytesRemaining() const { return getLength() - getOffset(); }
BinaryStreamReader.h 253 bool empty() const { return bytesRemaining() == 0; }
257 uint32_t bytesRemaining() const { return getLength() - getOffset(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 248 Optional<uint32_t> bytesRemaining(uint32_t CurrentOffset) const {

Completed in 79 milliseconds