Home
last modified time | relevance | path

Searched refs:json_obj (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBStructuredData.cpp62 StructuredData::ObjectSP json_obj = StructuredData::ParseJSON(json_str); in SetFromJSON() local
63 m_impl_up->SetObjectSP(json_obj); in SetFromJSON()
65 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()
/llvm-project-15.0.7/libc/benchmarks/
H A Dlibc-benchmark-analysis.py3111 json_obj = json.load(json_file)
112 Id = getId(json_obj)
114 study_groups[Id].append(json_obj)
116 study_groups[Id] = [json_obj]