Searched refs:ProtoKey (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/libpandafile/ |
H A D | file_item_container.h | 162 return proto_map_.at(ProtoKey {retType, params}); in GetProtoItem() 497 class ProtoKey { class in panda::panda_file::ItemContainer 499 ProtoKey(TypeItem *ret_type, const std::vector<MethodParamItem> ¶ms); 501 ~ProtoKey() = default; 503 DEFAULT_COPY_SEMANTIC(ProtoKey); 504 NO_MOVE_SEMANTIC(ProtoKey); 511 bool operator==(const ProtoKey &key) const in operator ==() 525 size_t operator()(const ProtoKey &key) const noexcept 592 std::unordered_map<ProtoKey, ProtoItem *, ProtoKeyHash> proto_map_;
|
H A D | file_item_container.cpp | 231 ProtoKey key(ret_type, params); in GetOrCreateProtoItem() 1062 ItemContainer::ProtoKey::ProtoKey(TypeItem *ret_type, const std::vector<MethodParamItem> ¶ms) in ProtoKey() function in panda::panda_file::ItemContainer::ProtoKey 1079 void ItemContainer::ProtoKey::Add(TypeItem *item) in Add()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_item_container.h | 167 return protoMap_.at(ProtoKey {retType, params}); in GetProtoItem() 465 class ProtoKey { class in ark::panda_file::ItemContainer 467 ProtoKey(TypeItem *retType, const std::vector<MethodParamItem> ¶ms); 469 ~ProtoKey() = default; 471 DEFAULT_COPY_SEMANTIC(ProtoKey); 472 NO_MOVE_SEMANTIC(ProtoKey); 479 bool operator==(const ProtoKey &key) const in operator ==() 493 size_t operator()(const ProtoKey &key) const noexcept 565 std::unordered_map<ProtoKey, ProtoItem *, ProtoKeyHash> protoMap_;
|
H A D | file_item_container.cpp | 243 ProtoKey key(retType, params); in GetOrCreateProtoItem() 995 ItemContainer::ProtoKey::ProtoKey(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in ProtoKey() function in ark::panda_file::ItemContainer::ProtoKey 1012 void ItemContainer::ProtoKey::Add(TypeItem *item) in Add()
|
Completed in 7 milliseconds