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

Method Peek

demangler/msvc/demangle_msvc.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53char Demangle::Reader::Peek()
54{
55 if (1 > Length())
56 throw DemangleException();
57 return (char)m_data[0];
58}
59
60
61const char* Demangle::Reader::GetRaw()

Callers 15

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
DemangleModifiersMethod · 0.45

Calls 1

DemangleExceptionClass · 0.70

Tested by

no test coverage detected