Home
last modified time | relevance | path

Searched refs:proto_map_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h156 return proto_map_.at(ProtoKey {retType, params}); in GetProtoItem()
553 std::unordered_map<ProtoKey, ProtoItem *, ProtoKeyHash> proto_map_; variable
Dfile_item_container.cpp228 … return GetOrInsert<ProtoItem>(proto_map_, items_, items_end_, key, false, ret_type, params, this); in GetOrCreateProtoItem()