| 319 | } |
| 320 | |
| 321 | __attribute__((always_inline)) inline int size() { return mLen; } |
| 322 | |
| 323 | // get the amount to advance the pointer by |
| 324 | __attribute__((always_inline)) inline int advanceBy() { return mAdvance; } |
nothing calls this directly
no outgoing calls
no test coverage detected