Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h299 auto ref_count2 = item2->GetRefCount(); in operator() local
300 if (ref_count1 != ref_count2) { in operator()
301 return ref_count1 > ref_count2; in operator()