| 45 | }; |
| 46 | |
| 47 | static inline int width(bool wide) { return wide ? kWide : kNarrow; } |
| 48 | |
| 49 | // The actual tags used in the encoded data, i.e. high 4 bits of 1st byte: |
| 50 | enum tags : uint8_t { |
nothing calls this directly
no outgoing calls
no test coverage detected