Searched defs:ParseJson (Results 1 – 8 of 8) sorted by relevance
179 public IMessage ParseJson(string json) in ParseJson() method in Google.Protobuf.MessageParser382 public new T ParseJson(string json) in ParseJson() method in Google.Protobuf.MessageParser
30 void ParseJson(const grpc::string& json, const grpc::string& type, in ParseJson() function
64 std::unique_ptr<Value> ParseJson(base::StringPiece json) { in ParseJson() function
30 grpc::protobuf::util::Status ParseJson(const char* json_str, in ParseJson() function
262 Value ParseJson(StringPiece json) { in ParseJson() function
200 Status ParseJson(StringPiece json, Json::Value* result) { in ParseJson() function208 Status ParseJson(const std::vector<char>& json, Json::Value* result) { in ParseJson() function
3259 bool Parser::ParseJson(const char *json, const char *json_filename) { in ParseJson() function in flatbuffers::Parser