Searched defs:annotation (Results 1 – 6 of 6) sorted by relevance
136 … auto *annotation = allocator->New<panda::pandasm::AnnotationData>(protoAnnotation.recordname()); in Deserialize() local
353 for (auto annotation : annotations_) { in WriteAnnotations() local691 for (auto annotation : annotations_) { in WriteTaggedData() local1340 for (auto annotation : annotations_) { in WriteAnnotations() local
523 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()803 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()884 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()1051 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
115 AnnotationData annotation(TSTYPE_ANNO_RECORD_NAME); in SetTypeAnnotationForFunc() local
320 auto annotation = value->GetAsScalar()->GetValue<AnnotationData>(); in CreateScalarAnnotationValueItem() local413 …nItem *AsmEmitter::CreateAnnotationItem(ItemContainer *container, const AnnotationData &annotation, in CreateAnnotationItem()496 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations() local
1008 AnnotationData annotation("_ESSlotNumberAnnotation"); variable