Searched refs:DropListValue (Results 1 – 2 of 2) sorted by relevance
105 DropListValue* min_item = new DropListValue(); in VSTParameter()111 DropListValue* max_item = new DropListValue(); in VSTParameter()120 DropListValue* item = new DropListValue(); in VSTParameter()182 DropListValue*185 DropListValue* item = NULL; in ListItemAt()187 item = (DropListValue*)fDropList.ItemAt(index); in ListItemAt()201 DropListValue* item = (DropListValue*)fDropList.ItemAt(i); in Value()224 DropListValue *item = (DropListValue*)fDropList.ItemAt(index); in SetValue()
93 struct DropListValue { struct114 DropListValue* ListItemAt(int index); argument