Searched refs:bytes_formatted (Results 1 – 5 of 5) sorted by relevance
142 const size_t bytes_formatted = static_cast<size_t>(p - buf.data()); in FormatBoundedFields() local143 buf.remove_prefix(bytes_formatted); in FormatBoundedFields()144 return bytes_formatted; in FormatBoundedFields()161 const size_t bytes_formatted = static_cast<size_t>(p - buf.data()); in FormatLineNumber() local162 buf.remove_prefix(bytes_formatted); in FormatLineNumber()163 return bytes_formatted; in FormatLineNumber()
144 const size_t bytes_formatted = static_cast<size_t>(p - buf.data()); in FormatBoundedFields() local145 buf.remove_prefix(bytes_formatted); in FormatBoundedFields()146 return bytes_formatted; in FormatBoundedFields()163 const size_t bytes_formatted = static_cast<size_t>(p - buf.data()); in FormatLineNumber() local164 buf.remove_prefix(bytes_formatted); in FormatLineNumber()165 return bytes_formatted; in FormatLineNumber()