Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile.cpp679 auto entity_id = File::EntityId(entity_pair->entity_id_offset); in GetClassIdFromClassHashTable() local
680 auto descriptor = GetStringData(entity_id).data; in GetClassIdFromClassHashTable()
681 if (entity_id.IsValid() && utf::CompareMUtf8ToMUtf8(descriptor, mutf8_name) == 0) { in GetClassIdFromClassHashTable()
682 return entity_id; in GetClassIdFromClassHashTable()