Home
last modified time | relevance | path

Searched refs:format_buffer (Results 1 – 2 of 2) sorted by relevance

/third_party/json/include/nlohmann/detail/conversions/
Dto_chars.hpp972 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/
Djson.hpp16195 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()