Home
last modified time | relevance | path

Searched defs:ann (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dannotation.h99 …Annotation(AbckitCoreAnnotation *ann, const ApiConfig *conf, const File *file) : ViewInResource(an… in Annotation()
/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_system_annotations_test.cpp36 std::vector<std::string> ann = annotations.value(); in ValidateAnnotation() local
/arkcompiler/runtime_core/libabckit/tests/mock/
Dcpp_helpers_mock.h327 abckit::core::Annotation ann = GetMockCoreAnnotation(file); in GetMockCoreAnnotationElement() local
349 abckit::core::Annotation ann = GetMockCoreAnnotation(file); in GetMockCoreAnnotationInterface() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp638 … [&](pandasm::AnnotationData &ann) -> bool { return ann.GetName() == annotation_name; }); in AddAnnotationElement()
660 std::vector<std::string> ann; in GetAnnotationByMethodName() local
687 … [&](const pandasm::AnnotationData &ann) -> bool { return ann.GetName() == anno_name; }); in GetSerializedMethodAnnotation()
1862 void Disassembler::SerializeMethodAnnotation(const pandasm::AnnotationData &ann, std::ostream &os) … in SerializeMethodAnnotation() argument
1882 for (const auto &ann : annotations) { in SerializeMethodAnnotations() local
/arkcompiler/runtime_core/libabckit/tests/cpp/tests/
Dcpp_test.cpp230 abckit::core::Annotation ann = anns[0]; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp1146 pandasm::AnnotationData ann(Signatures::ETS_COROUTINE_ASYNC); in GenAnnotationAsync() local
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h158 AbckitCoreAnnotation *ann = nullptr; member