OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Jun 09 00:24:00 UTC 2026