Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/conversions/
Dfrom_json.hpp37 inline void from_json(const BasicJsonType& j, typename std::nullptr_t& n) in from_json() function
84 inline void from_json(const BasicJsonType& j, typename BasicJsonType::boolean_t& b) in from_json() function
94 inline void from_json(const BasicJsonType& j, typename BasicJsonType::string_t& s) in from_json() function
110 inline void from_json(const BasicJsonType& j, StringType& s) in from_json() function
121 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_float_t& val) in from_json() function
127 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_unsigned_t& val) in from_json() function
133 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_integer_t& val) in from_json() function
141 inline void from_json(const BasicJsonType& j, EnumType& e) in from_json() function
152 inline void from_json(const BasicJsonType& j, std::forward_list<T, Allocator>& l) in from_json() function
169 inline void from_json(const BasicJsonType& j, std::valarray<T>& l) in from_json() function
[all …]
/third_party/json/tests/src/
Dunit-udt.cpp173 static void from_json(const BasicJsonType& j, age& a) in from_json() function
179 static void from_json(const BasicJsonType& j, name& n) in from_json() function
185 static void from_json(const BasicJsonType& j, country& c) in from_json() function
201 static void from_json(const BasicJsonType& j, person& p) in from_json() function
208 static void from_json(const nlohmann::json& j, address& a) in from_json() function
213 static void from_json(const nlohmann::json& j, contact& c) in from_json() function
219 static void from_json(const nlohmann::json& j, contact_book& cb) in from_json() function
356 static void from_json(const json& j, std::shared_ptr<T>& opt) in from_json() function
377 static void from_json(const json& j, udt::legacy_type& l) in from_json() function
447 static void from_json(const json& /*unnamed*/, type& opt) in from_json() function
[all …]
Dunit-noexcept.cpp34 void from_json(const json& /*unused*/, pod /*unused*/) noexcept {} in from_json() function
35 void from_json(const json& /*unused*/, pod_bis /*unused*/) {} in from_json() function
Dunit-regression2.cpp96 void from_json(const json& j, Data& data) in from_json() function
118 static NonDefaultFromJsonStruct from_json(json const& /*unused*/) noexcept in from_json() function
152 static NonDefaultConstructible from_json(json const& j) in from_json() function
213 inline void from_json(const nlohmann::json& j, FooBar& fb) in from_json() function
241 inline void from_json(const json& j, for_3171_base& tb) in from_json() function
256 inline void from_json(const json& j, for_3312& obj) in from_json() function
Dunit-regression1.cpp64 static void from_json(const BasicJsonType& j, T& value) // !!! in from_json() function
79 static void from_json(const BasicJsonType& j, T& value) //!!! in from_json() function
/third_party/json/include/nlohmann/
Dadl_serializer.hpp27 static auto from_json(BasicJsonType && j, TargetType& val) noexcept( in from_json() function
37 static auto from_json(BasicJsonType && j) noexcept( in from_json() function
/third_party/json/docs/examples/
Dfrom_json__default_constructible.cpp19 void from_json(const json& j, person& p) in from_json() function
Dfrom_json__non_default_constructible.cpp26 static ns::person from_json(const json& j) in from_json() function
Dnlohmann_define_type_non_intrusive_explicit.cpp23 void from_json(const nlohmann::json& nlohmann_json_j, person& nlohmann_json_t) in from_json() function
Dnlohmann_define_type_intrusive_explicit.cpp29 friend void from_json(const nlohmann::json& nlohmann_json_j, person& nlohmann_json_t) in from_json() function
Dnlohmann_define_type_intrusive_with_default_explicit.cpp29 friend void from_json(const nlohmann::json& nlohmann_json_j, person& nlohmann_json_t) in from_json() function
Dnlohmann_define_type_non_intrusive_with_default_explicit.cpp28 void from_json(const nlohmann::json& nlohmann_json_j, person& nlohmann_json_t) in from_json() function
/third_party/mesa3d/src/amd/registers/
Dregdb.py106 def from_json(json, keys=None): member in Object
802 def from_json(json): member in RegisterDatabase
/third_party/mesa3d/bin/pick/
Dcore.py133 def from_json(cls, data: 'CommitDict') -> 'Commit': member in Commit
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp3834 void from_json(const BasicJsonType& j, typename std::nullptr_t& n) in from_json() function
3881 void from_json(const BasicJsonType& j, typename BasicJsonType::boolean_t& b) in from_json() function
3891 void from_json(const BasicJsonType& j, typename BasicJsonType::string_t& s) in from_json() function
3907 void from_json(const BasicJsonType& j, ConstructibleStringType& s) in from_json() function
3918 void from_json(const BasicJsonType& j, typename BasicJsonType::number_float_t& val) in from_json() function
3924 void from_json(const BasicJsonType& j, typename BasicJsonType::number_unsigned_t& val) in from_json() function
3930 void from_json(const BasicJsonType& j, typename BasicJsonType::number_integer_t& val) in from_json() function
3937 void from_json(const BasicJsonType& j, EnumType& e) in from_json() function
3947 void from_json(const BasicJsonType& j, std::forward_list<T, Allocator>& l) in from_json() function
3964 void from_json(const BasicJsonType& j, std::valarray<T>& l) in from_json() function
[all …]
/third_party/json/single_include/nlohmann/
Djson.hpp4593 inline void from_json(const BasicJsonType& j, typename std::nullptr_t& n) in from_json() function
4640 inline void from_json(const BasicJsonType& j, typename BasicJsonType::boolean_t& b) in from_json() function
4650 inline void from_json(const BasicJsonType& j, typename BasicJsonType::string_t& s) in from_json() function
4666 inline void from_json(const BasicJsonType& j, StringType& s) in from_json() function
4677 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_float_t& val) in from_json() function
4683 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_unsigned_t& val) in from_json() function
4689 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_integer_t& val) in from_json() function
4697 inline void from_json(const BasicJsonType& j, EnumType& e) in from_json() function
4708 inline void from_json(const BasicJsonType& j, std::forward_list<T, Allocator>& l) in from_json() function
4725 inline void from_json(const BasicJsonType& j, std::valarray<T>& l) in from_json() function
[all …]