Searched refs:json_text (Results 1 – 4 of 4) sorted by relevance
25 StructuredData::ParseJSON(const std::string &json_text) { in ParseJSON() argument26 llvm::Expected<json::Value> value = json::parse(json_text); in ParseJSON()
1251 json_text = TestMessage.encode_json(m)1252 m2 = TestMessage.decode_json(json_text)
550 static ObjectSP ParseJSON(const std::string &json_text);
1085 json_text = proto_module::TestMessage.encode_json(m)1086 m2 = proto_module::TestMessage.decode_json(json_text)