Searched defs:ParseJson (Results 1 – 5 of 5) sorted by relevance
20 bool ParseJson(const std::string &str, nlohmann::json *des_json) { in ParseJson() function
31 void ParseJson(const std::string& json, const std::string& type, in ParseJson() function
159 public IMessage ParseJson(string json) in ParseJson() method in Google.Protobuf.MessageParser365 public new T ParseJson(string json) in ParseJson() method in Google.Protobuf.MessageParser
36 grpc::protobuf::util::Status ParseJson(const char* json_str, in ParseJson() function
3478 bool Parser::ParseJson(const char *json, const char *json_filename) { in ParseJson() function in flatbuffers::Parser