Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp982 size_t ret_type_hash = std::hash<TypeItem *>()(ret_type); in ProtoKey() local
984 hash_ = panda::merge_hashes(shorty_hash, ret_type_hash); in ProtoKey()