Searched defs:elementType (Results 1 – 13 of 13) sorted by relevance
27 void SetElementType(ASTType* elementType) in SetElementType()
28 inline void SetElementType(const AutoPtr<ASTType> &elementType) in SetElementType()
109 auto rwNeedLoopVar = [needRW](const AutoPtr<ASTType> &elementType) -> bool { in EmitNeedLoopVar()121 auto freeNeedLoopVar = [needFree](const AutoPtr<ASTType> &elementType) -> bool { in EmitNeedLoopVar()
451 AutoPtr<ASTType> elementType = nullptr; in EmitArrayMemberUnmarshalling() local
416 AutoPtr<ASTType> elementType = (static_cast<ASTListType*>(type))->GetElementType(); in WriteMetaType() local437 AutoPtr<ASTType> elementType = (static_cast<ASTArrayType*>(type))->GetElementType(); in WriteMetaType() local
424 AutoPtr<ASTType> elementType = (static_cast<ASTListType*>(type))->GetElementType(); in WriteMetaType() local445 AutoPtr<ASTType> elementType = (static_cast<ASTArrayType*>(type))->GetElementType(); in WriteMetaType() local
592 napi_valuetype elementType = napi_undefined; in IsNumberArray() local612 napi_valuetype elementType = napi_undefined; in IsObjectArray() local
580 auto elementType = inType.element(); in CheckFieldTypeSupport() local
1074 MetaType* elementType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitType() local
1444 MetaType* elementType = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in EmitListType() local
1070 AutoPtr<ASTType> Parser::ParseArrayType(const AutoPtr<ASTType> &elementType) in ParseArrayType()
3301 WebElementType elementType = static_cast<WebElementType>(info[0]->ToNumber<int32_t>()); in BindSelectionMenu() local