Lines Matching full:nlohmann
3 <Type Name="nlohmann::basic_json<*>">
4 <DisplayString Condition="m_type == nlohmann::detail::value_t::null">null</DisplayString>
5 …<DisplayString Condition="m_type == nlohmann::detail::value_t::object">{*(m_value.object)}</Displa…
6 …<DisplayString Condition="m_type == nlohmann::detail::value_t::array">{*(m_value.array)}</DisplayS…
7 …<DisplayString Condition="m_type == nlohmann::detail::value_t::string">{*(m_value.string)}</Displa…
8 …<DisplayString Condition="m_type == nlohmann::detail::value_t::boolean">{m_value.boolean}</Display…
9 …<DisplayString Condition="m_type == nlohmann::detail::value_t::number_integer">{m_value.number_int…
10 …<DisplayString Condition="m_type == nlohmann::detail::value_t::number_unsigned">{m_value.number_un…
11 …<DisplayString Condition="m_type == nlohmann::detail::value_t::number_float">{m_value.number_float…
12 …<DisplayString Condition="m_type == nlohmann::detail::value_t::discarded">discarded</DisplayString>
14 <ExpandedItem Condition="m_type == nlohmann::detail::value_t::object">
17 <ExpandedItem Condition="m_type == nlohmann::detail::value_t::array">
25 <Type Name="std::pair<*, nlohmann::basic_json<*>>" IncludeView="MapHelper">