Home
last modified time | relevance | path

Searched refs:json_text (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DStructuredData.cpp25 StructuredData::ParseJSON(const std::string &json_text) { in ParseJSON() argument
26 llvm::Expected<json::Value> value = json::parse(json_text); in ParseJSON()
/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Dbasic.rb1251 json_text = TestMessage.encode_json(m)
1252 m2 = TestMessage.decode_json(json_text)
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h550 static ObjectSP ParseJSON(const std::string &json_text);
/external/protobuf/ruby/tests/
Dcommon_tests.rb1085 json_text = proto_module::TestMessage.encode_json(m)
1086 m2 = proto_module::TestMessage.decode_json(json_text)