Searched refs:proto_map_ (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/runtime_core/libpandafile/ |
D | file_item_container.h | 156 return proto_map_.at(ProtoKey {retType, params}); in GetProtoItem() 553 std::unordered_map<ProtoKey, ProtoItem *, ProtoKeyHash> proto_map_; variable
|
D | file_item_container.cpp | 228 … return GetOrInsert<ProtoItem>(proto_map_, items_, items_end_, key, false, ret_type, params, this); in GetOrCreateProtoItem()
|