Home
last modified time | relevance | path

Searched defs:to_json (Results 1 – 19 of 19) sorted by relevance

/third_party/json/include/nlohmann/detail/conversions/
Dto_json.hpp265 inline void to_json(BasicJsonType& j, T b) noexcept in to_json() function
278 inline void to_json(BasicJsonType& j, const BoolRef& b) noexcept in to_json() function
285 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
298 inline void to_json(BasicJsonType& j, FloatType val) noexcept in to_json() function
305 inline void to_json(BasicJsonType& j, CompatibleNumberUnsignedType val) noexcept in to_json() function
312 inline void to_json(BasicJsonType& j, CompatibleNumberIntegerType val) noexcept in to_json() function
320 inline void to_json(BasicJsonType& j, EnumType e) noexcept in to_json() function
328 inline void to_json(BasicJsonType& j, const std::vector<bool>& e) in to_json() function
341 inline void to_json(BasicJsonType& j, const CompatibleArrayType& arr) in to_json() function
[all …]
/third_party/json/tests/src/
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(json& j, const udt::legacy_type& l) in to_json() function
442 static void to_json(json& j, const type& /*type*/) in to_json() function
[all …]
Dunit-noexcept.cpp32 void to_json(json& /*unused*/, pod /*unused*/) noexcept {} in to_json() function
33 void to_json(json& /*unused*/, pod_bis /*unused*/) {} in to_json() function
Dunit-regression1.cpp59 static void to_json(BasicJsonType& j, const T& value) in to_json() function
74 …static void to_json(BasicJsonType& j, const T& value) noexcept // NOLINT(bugprone-exception-escape) in to_json() function
105 friend void to_json(json& j, const nocopy& n) in to_json() function
/third_party/json/docs/examples/
Dnlohmann_json_namespace_begin.c++17.cpp10 static void to_json(json& j, const std::optional<T>& opt) in to_json() function
Dto_json.cpp19 void to_json(json& j, const person& p) in to_json() function
Dfrom_json__non_default_constructible.cpp34 static void to_json(json& j, ns::person p) in to_json() function
Dnlohmann_define_type_non_intrusive_explicit.cpp16 void to_json(nlohmann::json& nlohmann_json_j, const person& nlohmann_json_t) in to_json() function
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
Dnlohmann_define_type_intrusive_explicit.cpp22 friend void to_json(nlohmann::json& nlohmann_json_j, const person& nlohmann_json_t) in to_json() function
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
/third_party/json/include/nlohmann/
Dadl_serializer.hpp47 static auto to_json(BasicJsonType& j, TargetType && val) noexcept( in to_json() function
/third_party/mesa3d/src/amd/registers/
Dregdb.py122 def to_json(obj): member in Object
749 def to_json(self): member in RegisterDatabase
/third_party/nghttp2/src/
Dinflatehd.cc74 static void to_json(nghttp2_hd_inflater *inflater, json_t *headers, in to_json() function
/third_party/mesa3d/bin/pick/
Dcore.py124 def to_json(self) -> 'CommitDict': member in Commit
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
Dstream.py69 def to_json(self): member in StreamParams
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
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/
Djson.hpp5571 inline void to_json(BasicJsonType& j, T b) noexcept in to_json() function
5584 inline void to_json(BasicJsonType& j, const BoolRef& b) noexcept in to_json() function
5591 inline void to_json(BasicJsonType& j, const CompatibleString& s) in to_json() function
5597 inline void to_json(BasicJsonType& j, typename BasicJsonType::string_t&& s) in to_json() function
5604 inline void to_json(BasicJsonType& j, FloatType val) noexcept in to_json() function
5611 inline void to_json(BasicJsonType& j, CompatibleNumberUnsignedType val) noexcept in to_json() function
5618 inline void to_json(BasicJsonType& j, CompatibleNumberIntegerType val) noexcept in to_json() function
5626 inline void to_json(BasicJsonType& j, EnumType e) noexcept in to_json() function
5634 inline void to_json(BasicJsonType& j, const std::vector<bool>& e) in to_json() function
5647 inline void to_json(BasicJsonType& j, const CompatibleArrayType& arr) in to_json() function
[all …]
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp4753 void to_json(BasicJsonType& j, T b) noexcept in to_json() function
4760 void to_json(BasicJsonType& j, const CompatibleString& s) in to_json() function
4766 void to_json(BasicJsonType& j, typename BasicJsonType::string_t&& s) in to_json() function
4773 void to_json(BasicJsonType& j, FloatType val) noexcept in to_json() function
4780 void to_json(BasicJsonType& j, CompatibleNumberUnsignedType val) noexcept in to_json() function
4787 void to_json(BasicJsonType& j, CompatibleNumberIntegerType val) noexcept in to_json() function
4794 void to_json(BasicJsonType& j, EnumType e) noexcept in to_json() function
4801 void to_json(BasicJsonType& j, const std::vector<bool>& e) in to_json() function
4814 void to_json(BasicJsonType& j, const CompatibleArrayType& arr) in to_json() function
4820 void to_json(BasicJsonType& j, const typename BasicJsonType::binary_t& bin) in to_json() function
[all …]