Searched defs:ValueItem (Results 1 – 1 of 1) sorted by relevance
478 class ValueItem; variable1470 explicit ValueItem(Type type, ItemContainer *container) : IndexedItem(container), type_(type) {} in ValueItem() function