Home
last modified time | relevance | path

Searched defs:from_json (Results 1 – 8 of 8) sorted by relevance

/third_party/json/include/nlohmann/detail/conversions/
Dfrom_json.hpp26 void from_json(const BasicJsonType& j, typename std::nullptr_t& n) in from_json() function
66 void from_json(const BasicJsonType& j, typename BasicJsonType::boolean_t& b) in from_json() function
76 void from_json(const BasicJsonType& j, typename BasicJsonType::string_t& s) in from_json() function
92 void from_json(const BasicJsonType& j, ConstructibleStringType& s) in from_json() function
103 void from_json(const BasicJsonType& j, typename BasicJsonType::number_float_t& val) in from_json() function
109 void from_json(const BasicJsonType& j, typename BasicJsonType::number_unsigned_t& val) in from_json() function
115 void from_json(const BasicJsonType& j, typename BasicJsonType::number_integer_t& val) in from_json() function
122 void from_json(const BasicJsonType& j, EnumType& e) in from_json() function
132 void from_json(const BasicJsonType& j, std::forward_list<T, Allocator>& l) in from_json() function
149 void from_json(const BasicJsonType& j, std::valarray<T>& l) in from_json() function
[all …]
/third_party/boost/libs/hana/example/misc/
Dfrom_json.cpp42 T> from_json(std::istream& in) { in from_json() function
50 T> from_json(std::istream& in) { in from_json() function
65 T> from_json(std::istream& in) { in from_json() function
84 Xs> from_json(std::istream& in) { in from_json() function
/third_party/json/test/src/
Dunit-udt.cpp187 static void from_json(const BasicJsonType& j, age& a) in from_json() function
193 static void from_json(const BasicJsonType& j, name& n) in from_json() function
199 static void from_json(const BasicJsonType& j, country& c) in from_json() function
215 static void from_json(const BasicJsonType& j, person& p) in from_json() function
222 static void from_json(const nlohmann::json& j, address& a) in from_json() function
227 static void from_json(const nlohmann::json& j, contact& c) in from_json() function
233 static void from_json(const nlohmann::json& j, contact_book& cb) in from_json() function
370 static void from_json(const json& j, std::shared_ptr<T>& opt) in from_json() function
391 static void from_json(const json& j, udt::legacy_type& l) in from_json() function
461 static void from_json(const json&, type& opt) in from_json() function
[all …]
Dunit-noexcept.cpp51 void from_json(const json&, pod) noexcept {} in from_json() function
52 void from_json(const json&, pod_bis) {} in from_json() function
Dunit-regression2.cpp94 void from_json(const json& j, Data& data) in from_json() function
115 static NonDefaultFromJsonStruct from_json (json const&) noexcept in from_json() function
Dunit-regression1.cpp88 static void from_json(const BasicJsonType& j, T& value) // !!! in from_json() function
103 static void from_json(const BasicJsonType& j, T& value) //!!! in from_json() function
/third_party/json/include/nlohmann/
Dadl_serializer.hpp24 static auto from_json(BasicJsonType&& j, ValueType& val) noexcept( in from_json() function
/third_party/json/single_include/nlohmann/
Djson.hpp3426 void from_json(const BasicJsonType& j, typename std::nullptr_t& n) in from_json() function
3466 void from_json(const BasicJsonType& j, typename BasicJsonType::boolean_t& b) in from_json() function
3476 void from_json(const BasicJsonType& j, typename BasicJsonType::string_t& s) in from_json() function
3492 void from_json(const BasicJsonType& j, ConstructibleStringType& s) in from_json() function
3503 void from_json(const BasicJsonType& j, typename BasicJsonType::number_float_t& val) in from_json() function
3509 void from_json(const BasicJsonType& j, typename BasicJsonType::number_unsigned_t& val) in from_json() function
3515 void from_json(const BasicJsonType& j, typename BasicJsonType::number_integer_t& val) in from_json() function
3522 void from_json(const BasicJsonType& j, EnumType& e) in from_json() function
3532 void from_json(const BasicJsonType& j, std::forward_list<T, Allocator>& l) in from_json() function
3549 void from_json(const BasicJsonType& j, std::valarray<T>& l) in from_json() function
[all …]