Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/conversions/
Dto_json.hpp224 void to_json(BasicJsonType& j, T b) noexcept in to_json() function
231 void to_json(BasicJsonType& j, const CompatibleString& s) in to_json() function
237 void to_json(BasicJsonType& j, typename BasicJsonType::string_t&& s) in to_json() function
244 void to_json(BasicJsonType& j, FloatType val) noexcept in to_json() function
251 void to_json(BasicJsonType& j, CompatibleNumberUnsignedType val) noexcept in to_json() function
258 void to_json(BasicJsonType& j, CompatibleNumberIntegerType val) noexcept in to_json() function
265 void to_json(BasicJsonType& j, EnumType e) noexcept in to_json() function
272 void to_json(BasicJsonType& j, const std::vector<bool>& e) in to_json() function
285 void to_json(BasicJsonType& j, const CompatibleArrayType& arr) in to_json() function
291 void to_json(BasicJsonType& j, const typename BasicJsonType::binary_t& bin) in to_json() function
[all …]
/third_party/boost/libs/hana/example/
Dwandbox.cpp36 auto to_json(T const& x) -> decltype(std::to_string(x)) { in to_json() function
40 std::string to_json(char c) { return quote({c}); } in to_json() function
41 std::string to_json(std::string s) { return quote(s); } in to_json() function
47 std::string> to_json(T const& x) { in to_json() function
59 std::string> to_json(Xs const& xs) { in to_json() function
/third_party/boost/libs/hana/example/tutorial/
Dintrospection.json.cpp24 auto to_json(T const& x) -> decltype(std::to_string(x)) { in to_json() function
28 std::string to_json(char c) { return quote({c}); } in to_json() function
29 std::string to_json(std::string s) { return quote(s); } in to_json() function
35 std::string> to_json(T const& x) { in to_json() function
48 std::string> to_json(Xs const& xs) { in to_json() function
/third_party/json/test/src/
Dunit-udt.cpp98 static void to_json(BasicJsonType& j, age a) in to_json() function
104 static void to_json(BasicJsonType& j, const name& n) in to_json() function
110 static void to_json(BasicJsonType& j, country c) in to_json() function
129 static void to_json(BasicJsonType& j, const person& p) in to_json() function
134 static void to_json(nlohmann::json& j, const address& a) in to_json() function
139 static void to_json(nlohmann::json& j, const contact& c) in to_json() function
144 static void to_json(nlohmann::json& j, const contact_book& cb) in to_json() function
358 static void to_json(json& j, const std::shared_ptr<T>& opt) in to_json() function
386 static void to_json(json& j, const udt::legacy_type& l) in to_json() function
456 static void to_json(json& j, const type&) in to_json() function
[all …]
Dunit-noexcept.cpp49 void to_json(json&, pod) noexcept {} in to_json() function
50 void to_json(json&, pod_bis) {} in to_json() function
Dunit-regression1.cpp83 static void to_json(BasicJsonType& j, const T& value) in to_json() function
98 static void to_json(BasicJsonType& j, const T& value) noexcept in to_json() function
126 friend void to_json(json& j, const nocopy& n) in to_json() function
/third_party/json/include/nlohmann/
Dadl_serializer.hpp41 static auto to_json(BasicJsonType& j, ValueType&& val) noexcept( in to_json() function
/third_party/nghttp2/src/
Dinflatehd.cc74 static void to_json(nghttp2_hd_inflater *inflater, json_t *headers, in to_json() function
/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.hpp4213 void to_json(BasicJsonType& j, T b) noexcept in to_json() function
4220 void to_json(BasicJsonType& j, const CompatibleString& s) in to_json() function
4226 void to_json(BasicJsonType& j, typename BasicJsonType::string_t&& s) in to_json() function
4233 void to_json(BasicJsonType& j, FloatType val) noexcept in to_json() function
4240 void to_json(BasicJsonType& j, CompatibleNumberUnsignedType val) noexcept in to_json() function
4247 void to_json(BasicJsonType& j, CompatibleNumberIntegerType val) noexcept in to_json() function
4254 void to_json(BasicJsonType& j, EnumType e) noexcept in to_json() function
4261 void to_json(BasicJsonType& j, const std::vector<bool>& e) in to_json() function
4274 void to_json(BasicJsonType& j, const CompatibleArrayType& arr) in to_json() function
4280 void to_json(BasicJsonType& j, const typename BasicJsonType::binary_t& bin) in to_json() function
[all …]