| /arkcompiler/runtime_core/libabckit/tests/mock/ |
| D | metadata_inspect_impl_mock.cpp | 337 … bool (*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/ |
| D | metadata_inspect_impl.cpp | 618 … bool (*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()
|
| D | metadata_arkts_inspect_impl.cpp | 609 … bool (*cb)(AbckitCoreAnnotationInterfaceField *fld, void *data)) in ArkTSAnnotationInterfaceEnumerateFields()
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/oh_modules/ |
| D | ohos_lib.ts | 46 fld: A & { property
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/annotations/ |
| D | annotations_test.cpp | 79 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/ |
| D | ets_typeapi_create.cpp | 42 pandasm::Field fld {SourceLanguage::ETS}; in AddInitField() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 381 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/ |
| D | ani.hpp | 309 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/ |
| D | annotations_test.cpp | 268 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/ |
| D | linker_test.cpp | 470 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/ |
| D | linker_context.cpp | 461 auto fld = static_cast<panda_file::FieldItem *>(bi); in TryFindField() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-parser.cpp | 766 for (const auto &fld : k.second.field_list) { in ParseResetRecordTable() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-parser.cpp | 843 for (const auto &fld : record.fieldList) { in ParseResetRecords() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 1526 auto filter = [&fieldDataAccessor, &fieldType, &fieldName, &id, &pf](const Field &fld) { in GetFieldBySignature()
|