Searched defs:TypeItem (Results 1 – 2 of 2) sorted by relevance
372 explicit TypeItem(Type type) : type_(type) {} in TypeItem() function374 explicit TypeItem(Type::TypeId typeId) : type_(typeId) {} in TypeItem() function
378 explicit TypeItem(Type type, ItemContainer *container) : IndexedItem(container), type_(type) {} in TypeItem() function380 …explicit TypeItem(Type::TypeId type_id, ItemContainer *container) : IndexedItem(container), type_(… in TypeItem() function