Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1396 StructuredData::Dictionary *opt_dict = object->GetAsDictionary(); in SetOptionsFromArray() local
1397 if (!opt_dict) { in SetOptionsFromArray()
1415 StructuredData::ObjectSP obj_sp = opt_dict->GetValueForKey("groups"); in SetOptionsFromArray()
1425 obj_sp = opt_dict->GetValueForKey("required"); in SetOptionsFromArray()
1438 obj_sp = opt_dict->GetValueForKey("short_option"); in SetOptionsFromArray()
1469 obj_sp = opt_dict->GetValueForKey("value_type"); in SetOptionsFromArray()
1492 obj_sp = opt_dict->GetValueForKey("completion_type"); in SetOptionsFromArray()
1512 obj_sp = opt_dict->GetValueForKey("help"); in SetOptionsFromArray()
1530 obj_sp = opt_dict->GetValueForKey("enum_values"); in SetOptionsFromArray()