Searched refs:entry_up (Results 1 – 1 of 1) sorted by relevance
711 auto entry_up = std::make_unique<StructuredData::Dictionary>(); in AddBoolConfigEntry() local712 entry_up->AddBooleanItem("value", value); in AddBoolConfigEntry()713 entry_up->AddStringItem("description", description); in AddBoolConfigEntry()714 dict.AddItem(name, std::move(entry_up)); in AddBoolConfigEntry()722 auto entry_up = std::make_unique<StructuredData::Dictionary>(); in AddLLVMTargets() local723 entry_up->AddItem("value", std::move(array_up)); in AddLLVMTargets()724 entry_up->AddStringItem("description", "A list of configured LLVM targets."); in AddLLVMTargets()725 dict.AddItem("targets", std::move(entry_up)); in AddLLVMTargets()