Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Utility/
DStructuredData.cpp84 auto dict_up = std::make_unique<StructuredData::Dictionary>(); in ParseJSONObject() local
89 dict_up->AddItem(key, value_sp); in ParseJSONObject()
91 return std::move(dict_up); in ParseJSONObject()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DJSON.cpp480 std::unique_ptr<JSONObject> dict_up(new JSONObject()); in ParseJSONObject() local
493 dict_up->SetObject(key, value_sp); in ParseJSONObject()
498 return JSONValue::SP(dict_up.release()); in ParseJSONObject()