Searched defs:FromJson (Results 1 – 4 of 4) sorted by relevance
136 static StringPart FromJson(const Json::Value &parent, const char *key) in FromJson() function in angle::StringPart164 static IntegerPart FromJson(const Json::Value &parent, const char *key) in FromJson() function in angle::IntegerPart278 static Version FromJson(const Json::Value &jObject) in FromJson() function in angle::Version365 static bool FromJson(const Json::Value &jObject, Application *out) in FromJson() function in angle::Application491 static Device FromJson(const Json::Value &jObject) in FromJson() function in angle::Device
84 Status ConfigManager::FromJson(const nlohmann::json &j) { in FromJson() function in mindspore::dataset::ConfigManager
76 bool FromJson(const std::string& json, Message* message, in FromJson() function in google::protobuf::util::__anon4f7e94fe0111::JsonUtilTest81 bool FromJson(const std::string& json, Message* message) { in FromJson() function in google::protobuf::util::__anon4f7e94fe0111::JsonUtilTest
356 py::object adl_serializer<py::object>::FromJson(const json &j) { return detail::FromJsonImpl(j); } in FromJson() function in nlohmann::adl_serializer::object