Home
last modified time | relevance | path

Searched defs:fld (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/mock/
Dmetadata_inspect_impl_mock.cpp337bool (*cb)(AbckitCoreAnnotationInterfaceField *fld, void *data)) in AnnotationInterfaceEnumerateFields()
348 AbckitFile *AnnotationInterfaceFieldGetFile(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetFile()
355 …eAnnotationInterface *AnnotationInterfaceFieldGetInterface(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetInterface()
362 AbckitString *AnnotationInterfaceFieldGetName(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetName()
369 AbckitType *AnnotationInterfaceFieldGetType(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetType()
376 AbckitValue *AnnotationInterfaceFieldGetDefaultValue(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetDefaultValue()
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.cpp618bool (*cb)(AbckitCoreAnnotationInterfaceField *fld, void *data)) in AnnotationInterfaceEnumerateFields()
642 extern "C" AbckitFile *AnnotationInterfaceFieldGetFile(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetFile()
653 …eAnnotationInterface *AnnotationInterfaceFieldGetInterface(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetInterface()
664 extern "C" AbckitString *AnnotationInterfaceFieldGetName(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetName()
675 extern "C" AbckitType *AnnotationInterfaceFieldGetType(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetType()
686 …n "C" AbckitValue *AnnotationInterfaceFieldGetDefaultValue(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetDefaultValue()
Dmetadata_arkts_inspect_impl.cpp609bool (*cb)(AbckitCoreAnnotationInterfaceField *fld, void *data)) in ArkTSAnnotationInterfaceEnumerateFields()
/arkcompiler/ets_frontend/ets2panda/linter/test/main/oh_modules/
Dohos_lib.ts46 fld: A & { property
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/annotations/
Dannotations_test.cpp79 AbckitCoreAnnotationInterfaceField *fld = nullptr; member
497 …I->annotationInterfaceEnumerateFields(af.ai, nullptr, [](AbckitCoreAnnotationInterfaceField *fld, … in ModifyAnnotationInterfaceAddField()
542 …mplI->annotationInterfaceEnumerateFields(af.ai, &aff, [](AbckitCoreAnnotationInterfaceField *fld, … in ModifyAnnotationInterfaceRemoveField()
562 …mplI->annotationInterfaceEnumerateFields(af.ai, &aff, [](AbckitCoreAnnotationInterfaceField *fld, … in ModifyAnnotationInterfaceRemoveField()
607 …mplI->annotationInterfaceEnumerateFields(af.ai, &aff, [](AbckitCoreAnnotationInterfaceField *fld, … in TestAnnotationInterfaceRemoveField()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_create.cpp42 pandasm::Field fld {SourceLanguage::ETS}; in AddInitField() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp381 auto fld = m->Ctx()->AddInitField(lambdaObjectId, pandasm::Type {klassName, 0}); in TypeAPITypeCreatorCtxMethodAddBodyFromLambda() local
617 pandasm::Field fld {SourceLanguage::ETS}; in TypeAPITypeCreatorCtxClassAddField() local
/arkcompiler/runtime_core/taihe/runtime/include/taihe/platform/
Dani.hpp309 ani_field fld; in ani_find_class_field() local
329 ani_static_field fld; in ani_find_class_static_field() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/annotations/
Dannotations_test.cpp268 static void NameIsCheckType(std::string_view name, AbckitCoreAnnotationInterfaceField *fld) in NameIsCheckType()
286 …auto g_processAnnotationInterfaceFieldsEnumeratorCb = [](AbckitCoreAnnotationInterfaceField *fld, … in __anon6c29206d0902()
/arkcompiler/runtime_core/static_core/static_linker/tests/
Dlinker_test.cpp470 auto fld = ark::pandasm::Field(LANG); in TEST() local
486 auto fld = ark::pandasm::Field(LANG); in TEST() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp461 auto fld = static_cast<panda_file::FieldItem *>(bi); in TryFindField() local
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp766 for (const auto &fld : k.second.field_list) { in ParseResetRecordTable() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp843 for (const auto &fld : record.fieldList) { in ParseResetRecords() local
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp1526 auto filter = [&fieldDataAccessor, &fieldType, &fieldName, &id, &pf](const Field &fld) { in GetFieldBySignature()