Home
last modified time | relevance | path

Searched defs:fld (Results 1 – 13 of 13) 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.cpp578bool (*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()
Dmetadata_arkts_inspect_impl.cpp586bool (*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/static_core/plugins/ets/runtime/types/
Dets_typeapi_create.cpp41 pandasm::Field fld {SourceLanguage::ETS}; in AddInitField() local
/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/static_linker/tests/
Dlinker_test.cpp387 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/
Dstd_core_TypeCreator.cpp365 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/
Dannotations_test.cpp268 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/
Dlinker_context.cpp458 auto fld = static_cast<panda_file::FieldItem *>(bi); in TryFindField() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp795 for (const auto &fld : record.fieldList) { in ParseResetRecords() local
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp750 for (const auto &fld : k.second.field_list) { in ParseResetRecordTable() local
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp1500 …field = klass->FindField([&fieldDataAccessor, &fieldType, &fieldName, &id, &pf](const Field &fld) { in GetFieldBySignature()