Home
last modified time | relevance | path

Searched refs:ProtoKey (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.h162 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> &params);
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 Dfile_item_container.cpp231 ProtoKey key(ret_type, params); in GetOrCreateProtoItem()
1062 ItemContainer::ProtoKey::ProtoKey(TypeItem *ret_type, const std::vector<MethodParamItem> &params) 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 Dfile_item_container.h167 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> &params);
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 Dfile_item_container.cpp243 ProtoKey key(retType, params); in GetOrCreateProtoItem()
995 ItemContainer::ProtoKey::ProtoKey(TypeItem *retType, const std::vector<MethodParamItem> &params) in ProtoKey() function in ark::panda_file::ItemContainer::ProtoKey
1012 void ItemContainer::ProtoKey::Add(TypeItem *item) in Add()

Completed in 7 milliseconds