MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / rewind

Function rewind

src/runtime/CL/mlgo/MLGOParser.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152}
153void rewind(CharPosition &pos)
154{
155 pos.col -= 1;
156}
157void TokenStream::read()
158{
159 char ch;

Callers 4

readMethod · 0.85
num_stMethod · 0.85
float_after_dp_stMethod · 0.85
text_stMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected