| 52 | |
| 53 | template <bool WIDE> |
| 54 | uint32_t pointerOffset(const Value *v) const noexcept { |
| 55 | return v->_asPointer()->offset<WIDE>(); |
| 56 | } |
| 57 | |
| 58 | void checkOutput(const char *expected) { |
| 59 | endEncoding(); |
nothing calls this directly
no test coverage detected