Home
last modified time | relevance | path

Searched defs:FromJson (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util.cpp136 static StringPart FromJson(const Json::Value &parent, const char *key) in FromJson() function in angle::StringPart
164 static IntegerPart FromJson(const Json::Value &parent, const char *key) in FromJson() function in angle::IntegerPart
278 static Version FromJson(const Json::Value &jObject) in FromJson() function in angle::Version
365 static bool FromJson(const Json::Value &jObject, Application *out) in FromJson() function in angle::Application
491 static Device FromJson(const Json::Value &jObject) in FromJson() function in angle::Device
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dconfig_manager.cc84 Status ConfigManager::FromJson(const nlohmann::json &j) { in FromJson() function in mindspore::dataset::ConfigManager
/third_party/protobuf/src/google/protobuf/util/
Djson_util_test.cc76 bool FromJson(const std::string& json, Message* message, in FromJson() function in google::protobuf::util::__anon4f7e94fe0111::JsonUtilTest
81 bool FromJson(const std::string& json, Message* message) { in FromJson() function in google::protobuf::util::__anon4f7e94fe0111::JsonUtilTest
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/common/
Dshard_pybind.cc356 py::object adl_serializer<py::object>::FromJson(const json &j) { return detail::FromJsonImpl(j); } in FromJson() function in nlohmann::adl_serializer::object