Lines Matching defs:classId
28 std::string GetFullRecordName(const panda_file::File &pf, const panda_file::File::EntityId &classId)
30 std::string name = utf::Mutf8AsCString(pf.GetStringData(classId).data);
67 panda_file::File::EntityId classId(id);
68 if (pf->IsExternal(classId)) {
72 auto recordName = GetFullRecordName(*pf, classId);
78 auto *debugInfo = allocator_->New<FileDebugInfo>(std::move(pf), classId, moduleName);
193 panda_file::File::EntityId classId(id);
194 if (pf->IsExternal(classId)) {
200 auto recordName = helpers::SplitRecordName(GetFullRecordName(*pf, classId)).second;
202 if (!records.emplace(recordNameView, classId).second) {