Searched defs:EntityId (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandafile/ | ||
| H A D | file.h | 98 class EntityId { class in ark::panda_file::File 100 explicit constexpr EntityId(uint32_t offset) : offset_(offset) {} in EntityId() function in ark::panda_file::File::EntityId [all...] |
| /arkcompiler/runtime_core/libpandafile/ | ||
| H A D | file.h | 102 class EntityId { class in panda::panda_file::File 104 explicit constexpr EntityId(uint32_t offset) : offset_(offset) {} in EntityId() function in panda::panda_file::File::EntityId [all...] |
Completed in 2 milliseconds