Home
last modified time | relevance | path

Searched refs:annotationElementBuilder_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
H A Dmeta.cpp240 if (IsParseAnnotationElement() && !annotationElementBuilder_.IsCompleted()) { in Store()
256 if (IsParseAnnotationElement() && !annotationElementBuilder_.IsCompleted()) { in MeetExpRecordAttribute()
296 if (IsParseAnnotationElement() && !annotationElementBuilder_.IsCompleted()) { in MeetExpElementNameAttribute()
316 if (annotationElementBuilder_.IsTypeSet()) { in MeetExpElementTypeAttribute()
322 annotationElementBuilder_.SetType(GetType(value)); in MeetExpElementTypeAttribute()
336 if (!annotationElementBuilder_.IsArray()) { in MeetExpElementArrayComponentTypeAttribute()
341 if (annotationElementBuilder_.IsComponentTypeSet()) { in MeetExpElementArrayComponentTypeAttribute()
347 annotationElementBuilder_.SetComponentType(GetType(value)); in MeetExpElementArrayComponentTypeAttribute()
361 if (!annotationElementBuilder_.IsTypeSet()) { in MeetExpElementValueAttribute()
367 if (annotationElementBuilder_ in MeetExpElementValueAttribute()
[all...]
H A Dmeta.h416 if (IsParseAnnotationElement() && annotationElementBuilder_.IsCompleted()) { in ResetAnnotationBuilder()
436 if (IsParseAnnotationElement() && annotationElementBuilder_.IsCompleted()) { in InitializeAnnotationElementBuilder()
440 annotationElementBuilder_.Initialize(name); in InitializeAnnotationElementBuilder()
446 ASSERT(annotationElementBuilder_.IsCompleted()); in ResetAnnotationElementBuilder()
448 annotationBuilder_.AddElement(annotationElementBuilder_.CreateAnnotationElement()); in ResetAnnotationElementBuilder()
450 annotationElementBuilder_.Reset(); in ResetAnnotationElementBuilder()
455 return annotationElementBuilder_.IsInitialized(); in IsParseAnnotationElement()
459 AnnotationElementBuilder annotationElementBuilder_; member in ark::pandasm::AnnotationMetadata

Completed in 2 milliseconds