Searched defs:ProtoItem (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/libpandafile/ | ||
| D | file_items.h | 612 class ProtoItem; variable |
| D | file_items.cpp | 501 ProtoItem::ProtoItem(TypeItem *ret_type, const std::vector<MethodParamItem> ¶ms, ItemContainer … in ProtoItem() function in panda::panda_file::ProtoItem |
| /arkcompiler/runtime_core/static_core/libpandafile/ | ||
| D | file_items.h | 627 class ProtoItem; variable |
| D | file_items.cpp | 488 ProtoItem::ProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in ProtoItem() function in ark::panda_file::ProtoItem |