Home
last modified time | relevance | path

Searched refs:annotation_builder_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dmeta.h414 annotation_builder_.Initialize(name); in InitializeAnnotationBuilder()
425 if (annotation_builder_.HasId()) { in ResetAnnotationBuilder()
426 … id_map_.insert({annotation_builder_.GetId(), annotation_builder_.CreateAnnotationData()}); in ResetAnnotationBuilder()
428 annotation_builder_.AddAnnnotationDataToVector(&annotations_); in ResetAnnotationBuilder()
431 annotation_builder_.Reset(); in ResetAnnotationBuilder()
436 return annotation_builder_.IsInitialized(); in IsParseAnnotation()
453 annotation_builder_.AddElement(annotation_element_builder_.CreateAnnotationElement()); in ResetAnnotationElementBuilder()
463 AnnotationBuilder annotation_builder_; variable
Dmeta.cpp274 if (annotation_builder_.HasId()) { in MeetExpIdAttribute()
280 annotation_builder_.SetId(value); in MeetExpIdAttribute()