Home
last modified time | relevance | path

Searched refs:SetElementType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_array_type.h27 void SetElementType(ASTType* elementType) in SetElementType() function
H A Dast_list_type.h27 void SetElementType(ASTType* elementType) in SetElementType() function
/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() function
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_reader.cpp177 listType->SetElementType(ReadMetaType(elementMt)); in ReadMetaType()
195 arrayType->SetElementType(ReadMetaType(elementMt)); in ReadMetaType()
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dparser.cpp579 arrayType->SetElementType(type); in ParseType()
616 list->SetElementType(type); in ParseList()
/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() function
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp868 arrayType->SetElementType(elementType); in ParseArrayType()
899 listType->SetElementType(type); in ParseListType()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1086 arrayType->SetElementType(elementType); in ParseArrayType()
1120 listType->SetElementType(type); in ParseListType()