Searched defs:PrimitiveTypeItem (Results 1 – 2 of 2) sorted by relevance
425 …explicit PrimitiveTypeItem(Type type, ItemContainer *container) : PrimitiveTypeItem(type.GetId(), … in PrimitiveTypeItem() function427 …explicit PrimitiveTypeItem(Type::TypeId type_id, ItemContainer *container) : TypeItem(type_id, con… in PrimitiveTypeItem() function
421 explicit PrimitiveTypeItem(Type type) : PrimitiveTypeItem(type.GetId()) {} in PrimitiveTypeItem() function423 explicit PrimitiveTypeItem(Type::TypeId typeId) : TypeItem(typeId) in PrimitiveTypeItem() function