Searched defs:ParseJson (Results 1 – 10 of 10) 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
26 Result<Json::Value> ParseJson(std::string_view input) { in ParseJson() function
32 void ParseJson(const std::string& json, const std::string& type, in ParseJson() function
64 std::unique_ptr<Value> ParseJson(base::StringPiece json) { in ParseJson() function
37 grpc::protobuf::util::Status ParseJson(const char* json_str, in ParseJson() function
35 grpc::protobuf::util::Status ParseJson(const char* json_str, in ParseJson() function
262 Value ParseJson(std::string_view 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