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/single_include/nlohmann/ |
| D | json.hpp | 5422 struct external_constructor<value_t::boolean> struct 5425 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct() 5435 struct external_constructor<value_t::string> struct 5438 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() 5447 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() 5458 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() 5468 struct external_constructor<value_t::binary> struct 5471 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() 5480 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() 5490 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 …]
|