Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp981 size_t shorty_hash = std::hash<std::string>()(shorty_); in ProtoKey() local
984 hash_ = panda::merge_hashes(shorty_hash, ret_type_hash); in ProtoKey()