Searched defs:external_constructor (Results 1 – 3 of 3) sorted by relevance
| /third_party/json/include/nlohmann/detail/conversions/ |
| D | to_json.hpp | 45 struct external_constructor<value_t::boolean> struct 48 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct() 58 struct external_constructor<value_t::string> struct 61 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() 70 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() 81 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() 91 struct external_constructor<value_t::binary> struct 94 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() 103 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() 113 struct external_constructor<value_t::number_float> struct [all …]
|
| /third_party/json/tests/abi/include/nlohmann/ |
| D | json_v3_10_5.hpp | 4533 struct external_constructor<value_t::boolean> struct 4536 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct() 4546 struct external_constructor<value_t::string> struct 4549 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() 4558 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() 4569 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() 4579 struct external_constructor<value_t::binary> struct 4582 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() 4591 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() 4601 struct external_constructor<value_t::number_float> struct [all …]
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 5351 struct external_constructor<value_t::boolean> struct 5354 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct() 5364 struct external_constructor<value_t::string> struct 5367 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() 5376 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() 5387 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() 5397 struct external_constructor<value_t::binary> struct 5400 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() 5409 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() 5419 struct external_constructor<value_t::number_float> struct [all …]
|