Home
last modified time | relevance | path

Searched defs:TypeItem (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_items.h378 explicit TypeItem(Type type, ItemContainer *container) : IndexedItem(container), type_(type) {} in TypeItem() function
380 …explicit TypeItem(Type::TypeId type_id, ItemContainer *container) : IndexedItem(container), type_(… in TypeItem() function