/third_party/json/include/nlohmann/detail/conversions/ |
D | to_json.hpp | 224 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/ |
D | wandbox.cpp | 36 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/ |
D | introspection.json.cpp | 24 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/ |
D | unit-udt.cpp | 98 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 …]
|
D | unit-noexcept.cpp | 49 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/ |
D | ascend_vision_ir.cc | 74 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
|
D | decode_ir.cc | 36 Status DecodeOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::vision::DecodeOperation
|
D | mixup_batch_ir.cc | 44 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/ |
D | dataset_cache.h | 37 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/ |
D | transforms_ir.cc | 133 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/ |
D | adl_serializer.hpp | 41 static auto to_json(BasicJsonType& j, ValueType&& val) noexcept( in to_json() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/ |
D | tensor_operation.h | 52 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/ |
D | contrast_ir.cc | 38 Status ContrastOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::ContrastOperation
|
D | mu_law_decoding_ir.cc | 34 Status MuLawDecodingOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::MuLawDecodingOperation
|
D | complex_norm_ir.cc | 34 Status ComplexNormOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::ComplexNormOperation
|
D | deemph_biquad_ir.cc | 43 Status DeemphBiquadOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::DeemphBiquadOperation
|
D | dc_shift_ir.cc | 38 Status DCShiftOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::DCShiftOperation
|
D | highpass_biquad_ir.cc | 40 Status HighpassBiquadOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::HighpassBiquadOperation
|
D | lfilter_ir.cc | 42 Status LFilterOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::LFilterOperation
|
D | bandreject_biquad_ir.cc | 40 Status BandrejectBiquadOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::BandrejectBiquadOperation
|
D | allpass_biquad_ir.cc | 41 Status AllpassBiquadOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::AllpassBiquadOperation
|
D | lowpass_biquad_ir.cc | 40 Status LowpassBiquadOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::LowpassBiquadOperation
|
D | vol_ir.cc | 47 Status VolOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::VolOperation
|
D | fade_ir.cc | 38 Status FadeOperation::to_json(nlohmann::json *const out_json) { in to_json() function in mindspore::dataset::audio::FadeOperation
|
D | time_stretch_ir.cc | 46 Status TimeStretchOperation::to_json(nlohmann::json *out_json) { in to_json() function in mindspore::dataset::audio::TimeStretchOperation
|