Home
last modified time | relevance | path

Searched refs:dec_pos (Results 1 - 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/detail/output/
H A Dserializer.hpp856 const auto dec_pos = std::find(number_buffer.begin(), number_buffer.end(), decimal_point); in dump_float() local
857 if (dec_pos != number_buffer.end()) in dump_float()
859 *dec_pos = '.'; in dump_float()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp16880 const auto dec_pos = std::find(number_buffer.begin(), number_buffer.end(), decimal_point);
16881 if (dec_pos != number_buffer.end())
16883 *dec_pos = '.';
/third_party/json/single_include/nlohmann/
H A Djson.hpp18740 const auto dec_pos = std::find(number_buffer.begin(), number_buffer.end(), decimal_point);
18741 if (dec_pos != number_buffer.end())
18743 *dec_pos = '.';

Completed in 45 milliseconds