Searched refs:bufsize_ (Results 1 – 3 of 3) sorted by relevance
33 int const num_chars = snprintf(buf, bufsize_, fmt, precision_, value_in); in to_str()34 bool const success = num_chars < bufsize_; in to_str()
123 using buf_type = char_type[bufsize_]; in to_str_()145 || (buf + bufsize_ < end + num_right); // No room for right fillers in to_str_()163 static int const bufsize_ = 512; member
79 char_type* beg = buf + bufsize_ / 2; in i_to_str()125 char_type* beg = buf + bufsize_ / 2; in to_str()