Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_array_type.h27 void SetElementType(ASTType* elementType) in SetElementType()
H A Dast_list_type.h27 void SetElementType(ASTType* elementType) in SetElementType()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_array_type.h28 inline void SetElementType(const AutoPtr<ASTType> &elementType) in SetElementType()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_array_type.h21 inline void SetElementType(const AutoPtr<ASTType> &elementType) in SetElementType()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp109 auto rwNeedLoopVar = [needRW](const AutoPtr<ASTType> &elementType) -> bool { in EmitNeedLoopVar()
121 auto freeNeedLoopVar = [needFree](const AutoPtr<ASTType> &elementType) -> bool { in EmitNeedLoopVar()
H A Dc_custom_types_code_emitter.cpp451 AutoPtr<ASTType> elementType = nullptr; in EmitArrayMemberUnmarshalling() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_code_emitter.cpp62 auto rwNeedLoopVar = [needRW](const AutoPtr<ASTType> &elementType) -> bool { in EmitNeedLoopVar()
74 auto freeNeedLoopVar = [needFree](const AutoPtr<ASTType> &elementType) -> bool { in EmitNeedLoopVar()
H A Dc_custom_types_code_emitter.cpp482 AutoPtr<ASTType> elementType = nullptr; in EmitArrayMemberUnmarshalling() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_builder.cpp416 AutoPtr<ASTType> elementType = (static_cast<ASTListType*>(type))->GetElementType(); in WriteMetaType() local
437 AutoPtr<ASTType> elementType = (static_cast<ASTArrayType*>(type))->GetElementType(); in WriteMetaType() local
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp424 AutoPtr<ASTType> elementType = (static_cast<ASTListType*>(type))->GetElementType(); in WriteMetaType() local
445 AutoPtr<ASTType> elementType = (static_cast<ASTArrayType*>(type))->GetElementType(); in WriteMetaType() local
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp592 napi_valuetype elementType = napi_undefined; in IsNumberArray() local
612 napi_valuetype elementType = napi_undefined; in IsObjectArray() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp580 auto elementType = inType.element(); in CheckFieldTypeSupport() local
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.cpp1074 MetaType* elementType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitType() local
H A Dcpp_code_emitter.cpp1444 MetaType* elementType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitListType() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1070 AutoPtr<ASTType> Parser::ParseArrayType(const AutoPtr<ASTType> &elementType) in ParseArrayType()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp852 AutoPtr<ASTType> Parser::ParseArrayType(const AutoPtr<ASTType> &elementType) in ParseArrayType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3232 WebElementType elementType = static_cast<WebElementType>(info[0]->ToNumber<int32_t>()); in BindSelectionMenu() local