Searched defs:external_constructor (Results 1 – 2 of 2) sorted by relevance
/third_party/json/include/nlohmann/detail/conversions/ |
D | to_json.hpp | 28 struct external_constructor<value_t::boolean> struct 31 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct() 40 struct external_constructor<value_t::string> struct 43 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() 51 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() 61 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() 70 struct external_constructor<value_t::binary> struct 73 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() 82 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() 92 struct external_constructor<value_t::number_float> struct [all …]
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 4017 struct external_constructor<value_t::boolean> struct 4020 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct() 4029 struct external_constructor<value_t::string> struct 4032 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() 4040 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() 4050 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() 4059 struct external_constructor<value_t::binary> struct 4062 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() 4071 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() 4081 struct external_constructor<value_t::number_float> struct [all …]
|