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