MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Read

Method Read

demangler/msvc/demangle_msvc.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67char Demangle::Reader::Read()
68{
69 if (1 > Length())
70 throw DemangleException();
71 char out = m_data[0];
72 m_data = m_data.substr(1);
73 return out;
74}
75
76
77string Demangle::Reader::ReadString(size_t count)

Callers 11

DemangleVarTypeMethod · 0.45
DemangleNumberMethod · 0.45
DemangleNameTypeRttiMethod · 0.45
DemangleTypeInfoNameMethod · 0.45
DemangleNameMethod · 0.45
DemangleModifiersMethod · 0.45
DemangleSymbolMethod · 0.45

Calls 1

DemangleExceptionClass · 0.70

Tested by

no test coverage detected