| /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 | 578 … bool (*cb)(AbckitCoreAnnotationInterfaceField *fld, void *data)) in AnnotationInterfaceEnumerateFields() 601 extern "C" AbckitFile *AnnotationInterfaceFieldGetFile(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetFile() 611 …eAnnotationInterface *AnnotationInterfaceFieldGetInterface(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetInterface() 621 extern "C" AbckitString *AnnotationInterfaceFieldGetName(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetName() 631 extern "C" AbckitType *AnnotationInterfaceFieldGetType(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetType() 641 …n "C" AbckitValue *AnnotationInterfaceFieldGetDefaultValue(AbckitCoreAnnotationInterfaceField *fld) in AnnotationInterfaceFieldGetDefaultValue()
|
| D | metadata_arkts_inspect_impl.cpp | 586 … 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/static_core/plugins/ets/runtime/types/ |
| D | ets_typeapi_create.cpp | 41 pandasm::Field fld {SourceLanguage::ETS}; in AddInitField() local
|
| /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/static_linker/tests/ |
| D | linker_test.cpp | 387 auto fld = ark::pandasm::Field(LANG); in TEST() local 403 auto fld = ark::pandasm::Field(LANG); in TEST() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 365 auto fld = m->Ctx()->AddInitField(lambdaObjectId, pandasm::Type {klassName, 0}); in TypeAPITypeCreatorCtxMethodAddBodyFromLambda() local 573 pandasm::Field fld {SourceLanguage::ETS}; in TypeAPITypeCreatorCtxClassAddField() 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 __anon64d9860b0902()
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 458 auto fld = static_cast<panda_file::FieldItem *>(bi); in TryFindField() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-parser.cpp | 795 for (const auto &fld : record.fieldList) { in ParseResetRecords() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-parser.cpp | 750 for (const auto &fld : k.second.field_list) { in ParseResetRecordTable() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 1500 …field = klass->FindField([&fieldDataAccessor, &fieldType, &fieldName, &id, &pf](const Field &fld) { in GetFieldBySignature()
|