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

Method GetRaw

demangler/msvc/demangle_msvc.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61const char* Demangle::Reader::GetRaw()
62{
63 return m_data.c_str();
64}
65
66
67char Demangle::Reader::Read()

Callers 15

DemangleVarTypeMethod · 0.45
DemangleNumberMethod · 0.45
DemangleCharMethod · 0.45
DemangleVariableListMethod · 0.45
DemangleStringMethod · 0.45
DemangleTypeInfoNameMethod · 0.45
DemangleNameMethod · 0.45
DemanglePointerSuffixMethod · 0.45
DemangleModifiersMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected