Home
last modified time | relevance | path

Searched refs:AnnotationArray (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dparam_annotations_data_accessor.h26 class AnnotationArray {
28AnnotationArray(uint32_t count, Span<const uint8_t> offsets) : count_(count), offsets_(offsets) {} in AnnotationArray() function
30 ~AnnotationArray() = default;
32 NO_COPY_SEMANTIC(AnnotationArray);
33 NO_MOVE_SEMANTIC(AnnotationArray);
79 AnnotationArray array(count, sp); in EnumerateAnnotationArrays()
88 AnnotationArray GetAnnotationArray(uint32_t index) in GetAnnotationArray()
96 return AnnotationArray {count, sp}; in GetAnnotationArray()
127 EnumerateAnnotationArrays([](const AnnotationArray & /* unused */) {}); in SkipAnnotationArrays()
Dfile_reader.cpp529 ParamAnnotationsDataAccessor::AnnotationArray annArr = paramAcc.GetAnnotationArray(i); in CreateMethodParamItems()
541 ParamAnnotationsDataAccessor::AnnotationArray annArr = paramAcc.GetAnnotationArray(i); in CreateMethodParamItems()
/arkcompiler/runtime_core/libpandafile/
Dparam_annotations_data_accessor.h26 class AnnotationArray {
28AnnotationArray(uint32_t count, Span<const uint8_t> offsets) : count_(count), offsets_(offsets) {} in AnnotationArray() function
30 ~AnnotationArray() = default;
32 NO_COPY_SEMANTIC(AnnotationArray);
33 NO_MOVE_SEMANTIC(AnnotationArray);
79 AnnotationArray array(count, sp); in EnumerateAnnotationArrays()
88 AnnotationArray GetAnnotationArray(uint32_t index) in GetAnnotationArray()
96 return AnnotationArray {count, sp}; in GetAnnotationArray()
127 EnumerateAnnotationArrays([](const AnnotationArray & /* unused */) {}); in SkipAnnotationArrays()
Dfile_reader.cpp556 ParamAnnotationsDataAccessor::AnnotationArray ann_arr = param_acc.GetAnnotationArray(i); in CreateMethodParamItems()
568 ParamAnnotationsDataAccessor::AnnotationArray ann_arr = param_acc.GetAnnotationArray(i); in CreateMethodParamItems()
/arkcompiler/runtime_core/docs/
Dfile_format.md602 … | `AnnotationArray[]` | Array of annotation lists for each parameter. The array has `count` e…
604 ### AnnotationArray subsection
/arkcompiler/runtime_core/static_core/docs/
Dfile_format.md604 … | `AnnotationArray[]` | Array of annotation lists for each parameter. The array has `count` e…
606 ### AnnotationArray subsection