| 87 | return int64_t(x >> 1 ^ -(x & 1)); |
| 88 | } |
| 89 | const char *getString() { |
| 90 | const char *ret = p_; |
| 91 | while (*p_) |
| 92 | p_++; |
| 93 | p_++; |
| 94 | return ret; |
| 95 | } |
| 96 | }; |
| 97 | |
| 98 | struct BinaryWriter { |
nothing calls this directly
no outgoing calls
no test coverage detected