Searched defs:annotationId (Results 1 – 4 of 4) sorted by relevance
21 AnnotationDataAccessor::AnnotationDataAccessor(const File &pandaFile, File::EntityId annotationId) in AnnotationDataAccessor()
47 mda.EnumerateAnnotations([&](EntityId annotationId) { in Initialize()171 mda.EnumerateAnnotations([&](EntityId annotationId) { in GetConcurrentRequestedModules()
43 mda.EnumerateAnnotations([&jsPandaFile, &annoName, &pf, &annoOffset](EntityId annotationId) { in GetMethodAnnoOffset()
210 AnnotationList Disassembler::GetETSAnnotation(const panda_file::File::EntityId &annotationId, const… in GetETSAnnotation()