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

Method UnRead

demangler/gnu3/demangle_gnu3.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178
179void DemangleGNU3::Reader::UnRead(size_t count)
180{
181 if (count <= m_offset)
182 m_offset -= count;
183}
184
185
186void DemangleGNU3::Reader::Consume(size_t count)

Callers 8

DemangleTypeMethod · 0.80
DemangleSubstitutionMethod · 0.80
DemangleExpressionMethod · 0.80
DemangleTemplateArgsMethod · 0.80
DemangleNestedNameMethod · 0.80
DemangleNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected