Home
last modified time | relevance | path

Searched defs:json_string (Results 1 – 21 of 21) sorted by relevance

/third_party/json/tests/src/
Dunit-testsuites.cpp110 { in __anon623f22df0102()
242 { in __anon623f22df0202()
301 std::string json_string( (std::istreambuf_iterator<char>(f) ), variable
Dunit-unicode3.cpp36 static std::string json_string; in check_utf8dump() local
129 static std::string json_string; in check_utf8string() local
Dunit-unicode4.cpp36 static std::string json_string; in check_utf8dump() local
129 static std::string json_string; in check_utf8string() local
Dunit-unicode5.cpp36 static std::string json_string; in check_utf8dump() local
129 static std::string json_string; in check_utf8string() local
Dunit-unicode2.cpp36 static std::string json_string; in check_utf8dump() local
129 static std::string json_string; in check_utf8string() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/schema/
Dbindings.cc50 …[](SchemaObj &self, const std::string &json_string) { THROW_IF_ERROR(self.ParseColumnString(json_s… in __anone6506ad70102()
54 …[](SchemaObj &self, const std::string &json_string) { THROW_IF_ERROR(self.FromJSONString(json_stri… in __anone6506ad70102()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/liteapi/include/
Ddatasets.h435 …Status FromJSONString(const std::string &json_string) { return FromJSONStringCharIF(StringToChar(j… in FromJSONString()
440 Status ParseColumnString(const std::string &json_string) { in ParseColumnString()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/include/dataset/
Ddatasets.h691 …Status FromJSONString(const std::string &json_string) { return FromJSONStringCharIF(StringToChar(j… in FromJSONString()
696 Status ParseColumnString(const std::string &json_string) { in ParseColumnString()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/transforms/
Dpy_transforms.py44 def from_json(cls, json_string): argument
Dtransforms.py141 def from_json(cls, json_string): argument
/third_party/rust/crates/nom/tests/
Djson.rs137 fn json_string() { in json_string() function
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
Dfuzz.cpp694 std::string json_string; in DumpTransformationsJson() local
826 std::string json_string; in main() local
/third_party/spirv-tools/tools/fuzz/
Dfuzz.cpp675 std::string json_string; in DumpTransformationsJson() local
803 std::string json_string; in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp694 std::string json_string; in DumpTransformationsJson() local
826 std::string json_string; in main() local
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp147 std::string json_string; in DumpTransformationsJson() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp147 std::string json_string; in DumpTransformationsJson() local
/third_party/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp147 std::string json_string; in DumpTransformationsJson() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/oplib/
Doplib.cc28 bool OpLib::RegOp(const std::string &json_string, const std::string &impl_path) { in RegOp()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/
Dserdes.cc71 Status Serdes::SaveJSONToFile(const nlohmann::json &json_string, const std::string &file_name, bool… in SaveJSONToFile()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/
Dbindings.cc83 .def_static("from_json_string", [](const std::string &json_string) { in __anon83a79dbe0102()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Ddatasets.cc871 Status SchemaObj::FromJSONStringCharIF(const std::vector<char> &json_string) { in FromJSONStringCharIF()
885 Status SchemaObj::ParseColumnStringCharIF(const std::vector<char> &json_string) { in ParseColumnStringCharIF()