Searched refs:entry_up (Results 1 – 1 of 1) sorted by relevance
754 auto entry_up = std::make_unique<StructuredData::Dictionary>(); in AddBoolConfigEntry() local755 entry_up->AddBooleanItem("value", value); in AddBoolConfigEntry()756 entry_up->AddStringItem("description", description); in AddBoolConfigEntry()757 dict.AddItem(name, std::move(entry_up)); in AddBoolConfigEntry()765 auto entry_up = std::make_unique<StructuredData::Dictionary>(); in AddLLVMTargets() local766 entry_up->AddItem("value", std::move(array_up)); in AddLLVMTargets()767 entry_up->AddStringItem("description", "A list of configured LLVM targets."); in AddLLVMTargets()768 dict.AddItem("targets", std::move(entry_up)); in AddLLVMTargets()