Lines Matching defs:detail
25 #include <nlohmann/detail/conversions/to_chars.hpp>
26 #include <nlohmann/detail/exceptions.hpp>
27 #include <nlohmann/detail/macro_scope.hpp>
28 #include <nlohmann/detail/meta/cpp_future.hpp>
29 #include <nlohmann/detail/output/binary_writer.hpp>
30 #include <nlohmann/detail/output/output_adapters.hpp>
31 #include <nlohmann/detail/string_concat.hpp>
32 #include <nlohmann/detail/value_t.hpp>
35 namespace detail
546 string_buffer[bytes++] = detail::binary_writer<BasicJsonType, char>::to_char_type('\xEF');
547 string_buffer[bytes++] = detail::binary_writer<BasicJsonType, char>::to_char_type('\xBF');
548 string_buffer[bytes++] = detail::binary_writer<BasicJsonType, char>::to_char_type('\xBD');
708 template < typename NumberType, detail::enable_if_t <
823 auto* end = ::nlohmann::detail::to_chars(begin, begin + number_buffer.size(), x);
987 } // namespace detail