Home
last modified time | relevance | path

Searched refs:EnumerateAnnotation (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dclass_data_accessor.h111 auto EnumerateAnnotation(const char *name, const Callback &cb);
Dclass_data_accessor-inl.h137 auto ClassDataAccessor::EnumerateAnnotation(const char *name, const Callback &cb) in EnumerateAnnotation() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_interop_runtime_interface-inl.h142 …cda.EnumerateAnnotation(annotation, [pf, &indices = it->second](panda_file::AnnotationDataAccessor… in GetAnnotationElementUniqueIndex()
Dinterop_context.cpp72 [[maybe_unused]] auto annotationFound = cda.EnumerateAnnotation( in LoadDynamicCallClass()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp432 …cda.EnumerateAnnotation("Lets/annotation/DynamicCall;", [pf](panda_file::AnnotationDataAccessor &a… in GetQnameCount()