Searched refs:entry_up (Results 1 – 1 of 1) sorted by relevance
705 auto entry_up = std::make_unique<StructuredData::Dictionary>(); in AddBoolConfigEntry() local706 entry_up->AddBooleanItem("value", value); in AddBoolConfigEntry()707 entry_up->AddStringItem("description", description); in AddBoolConfigEntry()708 dict.AddItem(name, std::move(entry_up)); in AddBoolConfigEntry()716 auto entry_up = std::make_unique<StructuredData::Dictionary>(); in AddLLVMTargets() local717 entry_up->AddItem("value", std::move(array_up)); in AddLLVMTargets()718 entry_up->AddStringItem("description", "A list of configured LLVM targets."); in AddLLVMTargets()719 dict.AddItem("targets", std::move(entry_up)); in AddLLVMTargets()