Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/astc-encoder
/ rewind
Method
rewind
Source/ThirdParty/streamreader.hh:136–138 ·
view source on GitHub ↗
Rewind to beginning
Source
from the content-addressed store, hash-verified
134
135
// Rewind to beginning
136
void rewind() {
137
pos_ = 0;
138
}
139
140
// Get current position
141
size_t tell() const {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected