Home
last modified time | relevance | path

Searched defs:to_json (Results 1 - 17 of 17) sorted by relevance

/third_party/json/tests/src/
H A Dunit-noexcept.cpp33 void to_json(json& /*unused*/, pod_bis /*unused*/) {} in to_json() function
[all...]
H A Dunit-udt.cpp84 static void to_json(BasicJsonType& j, age a) in to_json() function
90 static void to_json(BasicJsonType& j, const name& n) in to_json() function
96 static void to_json(BasicJsonType& j, country c) in to_json() function
115 static void to_json(BasicJsonType& j, const person& p) in to_json() function
120 static void to_json(nlohmann::json& j, const address& a) in to_json() function
125 static void to_json(nlohmann::json& j, const contact& c) in to_json() function
130 static void to_json(nlohmann::json& j, const contact_book& cb) in to_json() function
344 static void to_json(json& j, const std::shared_ptr<T>& opt) in to_json() function
372 static void to_json(jso function
442 static void to_json(json& j, const type& /*type*/) to_json() function
474 static void to_json(json& j, const std::unique_ptr<T>& opt) to_json() function
577 static void to_json(BasicJsonType& j, const T& t) to_json() function
612 static void to_json(BasicJsonType& j, const non_pod& np) to_json() function
673 static void to_json(custom_json& j, const T& t) to_json() function
[all...]
H A Dunit-regression1.cpp59 static void to_json(BasicJsonType& j, const T& value) in to_json() function
105 friend void to_json(json& j, const nocopy& n) in to_json() function
/third_party/json/docs/examples/
H A Dnlohmann_json_namespace_begin.c++17.cpp10 static void to_json(json& j, const std::optional<T>& opt) in to_json() function
H A Dfrom_json__non_default_constructible.cpp34 static void to_json(json& j, ns::person p) in to_json() function
H A Dto_json.cpp19 void to_json(json& j, const person& p) in to_json() function
H A Dnlohmann_define_type_non_intrusive_explicit.cpp16 void to_json(nlohmann::json& nlohmann_json_j, const person& nlohmann_json_t) in to_json() function
H A Dnlohmann_define_type_non_intrusive_with_default_explicit.cpp21 void to_json(nlohmann::json& nlohmann_json_j, const person& nlohmann_json_t) in to_json() function
H A Dnlohmann_define_type_intrusive_with_default_explicit.cpp22 friend void to_json(nlohmann::json& nlohmann_json_j, const person& nlohmann_json_t) in to_json() function in ns::person
H A Dnlohmann_define_type_intrusive_explicit.cpp22 friend void to_json(nlohmann::json& nlohmann_json_j, const person& nlohmann_json_t) in to_json() function in ns::person
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_json.hpp285 inline void to_json(BasicJsonType& j, const CompatibleString& s) in to_json() function
291 inline void to_json(BasicJsonType& j, typename BasicJsonType::string_t&& s) in to_json() function
328 inline void to_json(BasicJsonTyp function
341 inline void to_json(BasicJsonType& j, const CompatibleArrayType& arr) to_json() function
347 inline void to_json(BasicJsonType& j, const typename BasicJsonType::binary_t& bin) to_json() function
354 inline void to_json(BasicJsonType& j, const std::valarray<T>& arr) to_json() function
360 inline void to_json(BasicJsonType& j, typename BasicJsonType::array_t&& arr) to_json() function
367 inline void to_json(BasicJsonType& j, const CompatibleObjectType& obj) to_json() function
373 inline void to_json(BasicJsonType& j, typename BasicJsonType::object_t&& obj) to_json() function
383 inline void to_json(BasicJsonType& j, const T(&arr)[N]) // NOLINT(cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays) to_json() function
389 inline void to_json(BasicJsonType& j, const std::pair<T1, T2>& p) to_json() function
397 inline void to_json(BasicJsonType& j, const T& b) to_json() function
409 inline void to_json(BasicJsonType& j, const T& t) to_json() function
416 inline void to_json(BasicJsonType& j, const std_fs::path& p) to_json() function
440 JSON_INLINE_VARIABLE constexpr const auto& to_json = // NOLINT(misc-definitions-in-headers) global() member
[all...]
/third_party/nghttp2/src/
H A Dinflatehd.cc74 static void to_json(nghttp2_hd_inflater *inflater, json_t *headers, in to_json() function
/third_party/mesa3d/bin/pick/
H A Dcore.py124 def to_json(self) -> 'CommitDict': member in Commit
/third_party/mesa3d/src/amd/registers/
H A Dregdb.py122 def to_json(obj): member in Object
749 def to_json(sel member in RegisterDatabase
[all...]
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstream.py69 def to_json(self): member in StreamParams
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-json.c1136 ecma_value_t to_json = ecma_op_object_get_by_magic_id (value_obj_p, LIT_MAGIC_STRING_TO_JSON_UL); in ecma_builtin_json_serialize_property() local
/third_party/json/single_include/nlohmann/
H A Djson.hpp5591 inline void to_json(BasicJsonType& j, const CompatibleString& s) to_json() function
5597 inline void to_json(BasicJsonType& j, typename BasicJsonType::string_t&& s) to_json() function
5634 inline void to_json(BasicJsonType& j, const std::vector<bool>& e) to_json() function
5647 inline void to_json(BasicJsonType& j, const CompatibleArrayType& arr) to_json() function
5653 inline void to_json(BasicJsonType& j, const typename BasicJsonType::binary_t& bin) to_json() function
5660 inline void to_json(BasicJsonType& j, const std::valarray<T>& arr) to_json() function
5666 inline void to_json(BasicJsonType& j, typename BasicJsonType::array_t&& arr) to_json() function
5673 inline void to_json(BasicJsonType& j, const CompatibleObjectType& obj) to_json() function
5679 inline void to_json(BasicJsonType& j, typename BasicJsonType::object_t&& obj) to_json() function
5689 inline void to_json(BasicJsonType& j, const T(&arr)[N]) // NOLINT(cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays) to_json() function
5695 inline void to_json(BasicJsonType& j, const std::pair<T1, T2>& p) to_json() function
5703 inline void to_json(BasicJsonType& j, const T& b) to_json() function
5715 inline void to_json(BasicJsonType& j, const T& t) to_json() function
5722 inline void to_json(BasicJsonType& j, const std_fs::path& p) to_json() function
5746 JSON_INLINE_VARIABLE constexpr const auto& to_json = // NOLINT(misc-definitions-in-headers) global() member
[all...]

Completed in 19 milliseconds