MCPcopy 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
96void Demangle::Reader::Consume(size_t count)
97{
98 if (count > Length())
99 throw DemangleException();
100 m_data = m_data.substr(count);
101}
102
103
104size_t Demangle::Reader::Length()

Callers 13

DemangleVarTypeMethod · 0.45
DemangleNumberMethod · 0.45
DemangleCharMethod · 0.45
DemangleVariableListMethod · 0.45
GetNameTypeMethod · 0.45
DemangleNameTypeRttiMethod · 0.45
DemangleStringMethod · 0.45
DemangleNameMethod · 0.45
DemanglePointerSuffixMethod · 0.45
DemangleFunctionMethod · 0.45

Calls 1

DemangleExceptionClass · 0.70

Tested by

no test coverage detected