Lines Matching defs:detail
22 #include <nlohmann/detail/input/binary_reader.hpp>
23 #include <nlohmann/detail/macro_scope.hpp>
24 #include <nlohmann/detail/output/output_adapters.hpp>
25 #include <nlohmann/detail/string_concat.hpp>
28 namespace detail
219 write_compact_float(j.m_value.number_float, detail::input_format_t::cbor);
543 write_compact_float(j.m_value.number_float, detail::input_format_t::msgpack);
1761 void write_compact_float(const number_float_t n, detail::input_format_t format)
1771 oa->write_character(format == detail::input_format_t::cbor
1778 oa->write_character(format == detail::input_format_t::cbor
1837 } // namespace detail