Home
last modified time | relevance | path

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

123456

/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
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dascend_vision_ir.cc74 Status DvppCropJpegOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::vision::DvppCropJpegOperation
129 Status DvppDecodeResizeOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::vision::DvppDecodeResizeOperation
237 Status DvppDecodeResizeCropOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::vision::DvppDecodeResizeCropOperation
303 Status DvppNormalizeOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::vision::DvppNormalizeOperation
366 Status DvppResizeJpegOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::vision::DvppResizeJpegOperation
Ddecode_ir.cc36 Status DecodeOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::vision::DecodeOperation
Dmixup_batch_ir.cc44 Status MixUpBatchOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::vision::MixUpBatchOperation
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/cache/
Ddataset_cache.h37 virtual Status to_json(nlohmann::json *out_json) { return Status::OK(); } in to_json() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/data/
Dtransforms_ir.cc133 Status FillOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::transforms::FillOperation
176 Status OneHotOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::transforms::OneHotOperation
214 Status PreBuiltOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::transforms::PreBuiltOperation
283 Status TypeCastOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::transforms::TypeCastOperation
/third_party/json/include/nlohmann/
Dadl_serializer.hpp41 static auto to_json(BasicJsonType& j, ValueType&& val) noexcept( in to_json() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/
Dtensor_operation.h52 virtual Status to_json(nlohmann::json *out_json) { return Status::OK(); } in to_json() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/
Dcontrast_ir.cc38 Status ContrastOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::ContrastOperation
Dmu_law_decoding_ir.cc34 Status MuLawDecodingOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::MuLawDecodingOperation
Dcomplex_norm_ir.cc34 Status ComplexNormOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::ComplexNormOperation
Ddeemph_biquad_ir.cc43 Status DeemphBiquadOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::DeemphBiquadOperation
Ddc_shift_ir.cc38 Status DCShiftOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::DCShiftOperation
Dhighpass_biquad_ir.cc40 Status HighpassBiquadOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::HighpassBiquadOperation
Dlfilter_ir.cc42 Status LFilterOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::LFilterOperation
Dbandreject_biquad_ir.cc40 Status BandrejectBiquadOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::BandrejectBiquadOperation
Dallpass_biquad_ir.cc41 Status AllpassBiquadOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::AllpassBiquadOperation
Dlowpass_biquad_ir.cc40 Status LowpassBiquadOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::LowpassBiquadOperation
Dvol_ir.cc47 Status VolOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::VolOperation
Dfade_ir.cc38 Status FadeOperation::to_json(nlohmann::json *const out_json) { in to_json() function in mindspore::dataset::audio::FadeOperation
Dtime_stretch_ir.cc46 Status TimeStretchOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::TimeStretchOperation

123456