Home
last modified time | relevance | path

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

/foundation/ability/idl_tool/ast/
Dast_list_type.h27 void SetElementType(ASTType* elementType) in SetElementType()
Dast_array_type.h27 void SetElementType(ASTType* elementType) in SetElementType()
/foundation/ability/idl_tool/metadata/
Dmetadata_builder.cpp417 AutoPtr<ASTType> elementType = (static_cast<ASTListType*>(type))->GetElementType(); in WriteMetaType() local
438 AutoPtr<ASTType> elementType = (static_cast<ASTArrayType*>(type))->GetElementType(); in WriteMetaType() local
/foundation/communication/nfc/frameworks/js/napi/common/
Dnfc_napi_common_utils.cpp554 napi_valuetype elementType = napi_undefined; in IsNumberArray() local
574 napi_valuetype elementType = napi_undefined; in IsObjectArray() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dflatbuffer_schema.cpp580 auto elementType = inType.element(); in CheckFieldTypeSupport() local
/foundation/ability/idl_tool/codegen/
Dts_code_emitter.cpp1078 MetaType* elementType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitType() local
Dcpp_code_emitter.cpp1241 MetaType* elementType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitListType() local