Searched refs:format_buffer (Results 1 – 2 of 2) sorted by relevance
| /third_party/json/include/nlohmann/detail/conversions/ |
| D | to_chars.hpp | 972 inline char* format_buffer(char* buf, int len, int decimal_exponent, in format_buffer() function 1106 return dtoa_impl::format_buffer(first, len, decimal_exponent, kMinExp, kMaxExp); in to_chars()
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 16195 inline char* format_buffer(char* buf, int len, int decimal_exponent, in format_buffer() function 16329 return dtoa_impl::format_buffer(first, len, decimal_exponent, kMinExp, kMaxExp); in to_chars()
|