Home
last modified time | relevance | path

Searched defs:ParseJson (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Djson_operation_utils.cc20 bool ParseJson(const std::string &str, nlohmann::json *des_json) { in ParseJson() function
/third_party/grpc/test/cpp/qps/
Dparse_json.cc31 void ParseJson(const std::string& json, const std::string& type, in ParseJson() function
/third_party/protobuf/csharp/src/Google.Protobuf/
DMessageParser.cs159 public IMessage ParseJson(string json) in ParseJson() method in Google.Protobuf.MessageParser
365 public new T ParseJson(string json) in ParseJson() method in Google.Protobuf.MessageParser
/third_party/grpc/src/cpp/server/channelz/
Dchannelz_service.cc36 grpc::protobuf::util::Status ParseJson(const char* json_str, in ParseJson() function
/third_party/flatbuffers/src/
Didl_parser.cpp3478 bool Parser::ParseJson(const char *json, const char *json_filename) { in ParseJson() function in flatbuffers::Parser