Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Consume
Method
Consume
demangler/msvc/demangle_msvc.cpp:96–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
96
void Demangle::Reader::Consume(size_t count)
97
{
98
if (count > Length())
99
throw DemangleException();
100
m_data = m_data.substr(count);
101
}
102
103
104
size_t Demangle::Reader::Length()
Callers
13
DemangleVarType
Method · 0.45
DemangleNumber
Method · 0.45
DemangleChar
Method · 0.45
DemangleVariableList
Method · 0.45
GetNameType
Method · 0.45
DemangleNameTypeRtti
Method · 0.45
DemangleTemplateInstantiationName
Method · 0.45
DemangleUnqualifiedSymbolName
Method · 0.45
DemangleString
Method · 0.45
DemangleName
Method · 0.45
DemanglePointerSuffix
Method · 0.45
DemangleFunction
Method · 0.45
Calls
1
DemangleException
Class · 0.70
Tested by
no test coverage detected