Home
last modified time | relevance | path

Searched refs:listType (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp134 AutoPtr<ASTListType> listType = dynamic_cast<ASTListType *>(type.Get()); in EmitNeedLoopVar() local
135 if (rwNeedLoopVar(listType->GetElementType()) || freeNeedLoopVar(listType->GetElementType())) { in EmitNeedLoopVar()
H A Dc_custom_types_code_emitter.cpp456 AutoPtr<ASTListType> listType = dynamic_cast<ASTListType *>(type.Get()); in EmitArrayMemberUnmarshalling() local
457 elementType = listType->GetElementType(); in EmitArrayMemberUnmarshalling()
/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_reader.cpp176 AutoPtr<ASTListType> listType = new ASTListType(); in ReadMetaType() local
177 listType->SetElementType(ReadMetaType(elementMt)); in ReadMetaType()
178 astType = listType.Get(); in ReadMetaType()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1119 AutoPtr<ASTListType> listType = new ASTListType(); in ParseListType() local
1120 listType->SetElementType(type); in ParseListType()
1121 AutoPtr<ASTType> retType = ast_->FindType(listType->ToString(), false); in ParseListType()
1123 retType = listType.Get(); in ParseListType()

Completed in 7 milliseconds