Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_items.h425 …explicit PrimitiveTypeItem(Type type, ItemContainer *container) : PrimitiveTypeItem(type.GetId(), … in PrimitiveTypeItem() function
427 …explicit PrimitiveTypeItem(Type::TypeId type_id, ItemContainer *container) : TypeItem(type_id, con… in PrimitiveTypeItem() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h421 explicit PrimitiveTypeItem(Type type) : PrimitiveTypeItem(type.GetId()) {} in PrimitiveTypeItem() function
423 explicit PrimitiveTypeItem(Type::TypeId typeId) : TypeItem(typeId) in PrimitiveTypeItem() function