Home
last modified time | relevance | path

Searched defs:external_constructor (Results 1 – 2 of 2) sorted by relevance

/third_party/json/include/nlohmann/detail/conversions/
Dto_json.hpp35 struct external_constructor<value_t::boolean> struct
38 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct()
48 struct external_constructor<value_t::string> struct
51 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct()
60 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct()
71 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct()
81 struct external_constructor<value_t::binary> struct
84 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct()
93 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct()
103 struct external_constructor<value_t::number_float> struct
[all …]
/third_party/json/single_include/nlohmann/
Djson.hpp4561 struct external_constructor<value_t::boolean> struct
4564 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct()
4574 struct external_constructor<value_t::string> struct
4577 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct()
4586 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct()
4597 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct()
4607 struct external_constructor<value_t::binary> struct
4610 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct()
4619 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct()
4629 struct external_constructor<value_t::number_float> struct
[all …]