Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ UnRead
Method
UnRead
demangler/gnu3/demangle_gnu3.cpp:179–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
178
179
void DemangleGNU3::Reader::UnRead(size_t count)
180
{
181
if (count <= m_offset)
182
m_offset -= count;
183
}
184
185
186
void DemangleGNU3::Reader::Consume(size_t count)
Callers
8
DemangleType
Method · 0.80
DemangleSubstitution
Method · 0.80
DemanglePrimaryExpression
Method · 0.80
DemangleUnqualifiedName
Method · 0.80
DemangleExpression
Method · 0.80
DemangleTemplateArgs
Method · 0.80
DemangleNestedName
Method · 0.80
DemangleName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected