Searched defs:adl_serializer (Results 1 – 4 of 4) sorted by relevance
/third_party/json/include/nlohmann/ |
D | adl_serializer.hpp | 12 struct adl_serializer struct 24 static auto from_json(BasicJsonType&& j, ValueType& val) noexcept( in from_json() 41 static auto to_json(BasicJsonType& j, ValueType&& val) noexcept( in to_json()
|
/third_party/json/test/src/ |
D | unit-udt.cpp | 356 struct adl_serializer<std::shared_ptr<T>> struct 358 static void to_json(json& j, const std::shared_ptr<T>& opt) in to_json() 370 static void from_json(const json& j, std::shared_ptr<T>& opt) in from_json() 384 struct adl_serializer<udt::legacy_type> struct 386 static void to_json(json& j, const udt::legacy_type& l) in to_json() 391 static void from_json(const json& j, udt::legacy_type& l) in from_json() 453 struct adl_serializer<std::vector<float>> struct 455 using type = std::vector<float>; 456 static void to_json(json& j, const type&) in to_json() 461 static void from_json(const json&, type& opt) in from_json() [all …]
|
D | unit-regression2.cpp | 113 struct adl_serializer<NonDefaultFromJsonStruct> struct 115 static NonDefaultFromJsonStruct from_json (json const&) noexcept in from_json()
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 4370 struct adl_serializer struct 4382 static auto from_json(BasicJsonType&& j, ValueType& val) noexcept( in from_json() 4399 static auto to_json(BasicJsonType& j, ValueType&& val) noexcept( in to_json()
|