| 181 | return buffer; |
| 182 | } |
| 183 | inline char* FastUInt64ToBuffer(uint64 i, char* buffer) { |
| 184 | FastUInt64ToBufferLeft(i, buffer); |
| 185 | return buffer; |
| 186 | } |
| 187 | |
| 188 | // ---------------------------------------------------------------------- |
| 189 | // HexDigitsPrefix() |
no test coverage detected