Home
last modified time | relevance | path

Searched defs:from_json (Results 1 - 14 of 14) sorted by relevance

/third_party/json/tests/src/
H A Dunit-noexcept.cpp35 void from_json(const json& /*unused*/, pod_bis /*unused*/) {} in from_json() function
H A 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(cons function
447 static void from_json(const json& /*unnamed*/, type& opt) from_json() function
453 static type from_json(const json& /*unnamed*/) from_json() function
487 static std::unique_ptr<T> from_json(const json& j) from_json() function
541 static void from_json(const BasicJsonType& j, U& t) from_json() function
551 static void from_json(const BasicJsonType& j, U& t) from_json() function
618 static void from_json(const BasicJsonType& j, non_pod& np) from_json() function
667 static void from_json(const custom_json& j, T& t) from_json() function
812 void from_json(const json& /*unused*/, Evil& /*unused*/) {} from_json() function
[all...]
H A 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
H A Dunit-regression2.cpp96 void from_json(const json& j, Data& data) 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
[all...]
/third_party/json/docs/examples/
H A Dfrom_json__default_constructible.cpp19 void from_json(const json& j, person& p) in from_json() function
H A Dfrom_json__non_default_constructible.cpp26 static ns::person from_json(const json& j) in from_json() function
H A Dnlohmann_define_type_non_intrusive_explicit.cpp23 void from_json(const nlohmann::json& nlohmann_json_j, person& nlohmann_json_t) in from_json() function
H A 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
H A 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 in ns::person
H A Dnlohmann_define_type_intrusive_explicit.cpp29 friend void from_json(const nlohmann::json& nlohmann_json_j, person& nlohmann_json_t) in from_json() function in ns::person
/third_party/json/include/nlohmann/detail/conversions/
H A 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(cons function
296 inline void from_json(const BasicJsonType& j, typename BasicJsonType::binary_t& bin) from_json() function
308 inline void from_json(const BasicJsonType& j, ConstructibleObjectType& obj) from_json() function
340 inline void from_json(const BasicJsonType& j, ArithmeticType& val) from_json() function
422 inline void from_json(const BasicJsonType& j, std::map<Key, Value, Compare, Allocator>& m) from_json() function
442 inline void from_json(const BasicJsonType& j, std::unordered_map<Key, Value, Hash, KeyEqual, Allocator>& m) from_json() function
461 inline void from_json(const BasicJsonType& j, std_fs::path& p) from_json() function
476 -> decltype(from_json(j, std::forward<T>(val))) from_json() function
491 JSON_INLINE_VARIABLE constexpr const auto& from_json = // NOLINT(misc-definitions-in-headers) global() member
[all...]
/third_party/mesa3d/bin/pick/
H A Dcore.py133 def from_json(cls, data: 'CommitDict') -> 'Commit': member in Commit
/third_party/mesa3d/src/amd/registers/
H A Dregdb.py106 def from_json(json, keys=None): member in Object
802 def from_json(json): member in RegisterDatabase
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp4593 inline void from_json(cons function
4640 inline void from_json(const BasicJsonType& j, typename BasicJsonType::boolean_t& b) from_json() function
4650 inline void from_json(const BasicJsonType& j, typename BasicJsonType::string_t& s) from_json() function
4666 inline void from_json(const BasicJsonType& j, StringType& s) from_json() function
4677 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_float_t& val) from_json() function
4683 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_unsigned_t& val) from_json() function
4689 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_integer_t& val) from_json() function
4697 inline void from_json(const BasicJsonType& j, EnumType& e) from_json() function
4708 inline void from_json(const BasicJsonType& j, std::forward_list<T, Allocator>& l) from_json() function
4725 inline void from_json(const BasicJsonType& j, std::valarray<T>& l) from_json() function
4852 inline void from_json(const BasicJsonType& j, typename BasicJsonType::binary_t& bin) from_json() function
4864 inline void from_json(const BasicJsonType& j, ConstructibleObjectType& obj) from_json() function
4896 inline void from_json(const BasicJsonType& j, ArithmeticType& val) from_json() function
4978 inline void from_json(const BasicJsonType& j, std::map<Key, Value, Compare, Allocator>& m) from_json() function
4998 inline void from_json(const BasicJsonType& j, std::unordered_map<Key, Value, Hash, KeyEqual, Allocator>& m) from_json() function
5017 inline void from_json(const BasicJsonType& j, std_fs::path& p) from_json() function
5032 -> decltype(from_json(j, std::forward<T>(val))) from_json() function
5047 JSON_INLINE_VARIABLE constexpr const auto& from_json = // NOLINT(misc-definitions-in-headers) global() member
[all...]

Completed in 16 milliseconds