Searched refs:GetAnnotations (Results 1 – 10 of 10) sorted by relevance
123 for (const auto &anno : meta.GetAnnotations()) { in Serialize()
190 WriteMetaData(iter->second.metadata->GetAnnotations()); in Dump()
383 …panda_file::DeduplicateAnnotations(class_item->GetAnnotations(), &annotation_deduper, &value_dedup… in DeduplicateAnnotations()392 …panda_file::DeduplicateAnnotations(method_item->GetAnnotations(), &annotation_deduper, &value_dedu… in DeduplicateAnnotations()403 …panda_file::DeduplicateAnnotations(field_item->GetAnnotations(), &annotation_deduper, &value_dedup… in DeduplicateAnnotations()
552 std::vector<AnnotationItem *> *GetAnnotations() in GetAnnotations() function828 const std::vector<AnnotationItem *> &GetAnnotations() const in GetAnnotations() function950 std::vector<AnnotationItem *> *GetAnnotations() in GetAnnotations() function1127 std::vector<AnnotationItem *> *GetAnnotations() in GetAnnotations() function
447 annotations_.push_back(param.GetAnnotations()); in ParamAnnotationsItem()
113 const auto &annos = function.metadata->GetAnnotations(); in ExtractTypeInfo()
38 const auto &annos = fun.metadata->GetAnnotations(); in ExtractTypeinfo()
195 const std::vector<AnnotationData> &GetAnnotations() const in GetAnnotations() function
496 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations()1313 for (const auto &an : func.metadata->GetAnnotations()) { in MakeSlotNumberAnnotation()
701 …const_cast<std::vector<panda::pandasm::AnnotationData>&>(pandaFunc.metadata->GetAnnotations()).pus… in ParseFunctionTypeInfo()783 pandaFunc.metadata->GetAnnotations()).push_back(std::move(funcAnnotation)); in ParseFunctionExportedType()809 …const_cast<std::vector<panda::pandasm::AnnotationData>&>(pandaFunc.metadata->GetAnnotations()).pus… in ParseFunctionDeclaredType()