Searched defs:FormatBuf (Results 1 – 2 of 2) sorted by relevance
34 FormatBuf(Buffer<Char> &buffer) : buffer_(buffer), start_(&buffer[0]) in FormatBuf() function
491 typedef char FormatBuf[2 + kFormatInBytesMax*2 + (kFormatInBytesMax - 1) + 3 + 1]; typedef