Home
last modified time | relevance | path

Searched defs:structType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface.h101 #define OH_ArkUI_GetModuleInterface(nativeAPIVariantKind, structType, structPtr) … argument
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcpp_custom_types_code_emitter.cpp168 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDecl() local
187 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeFuncDecl() local
266 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
H A Dc_custom_types_code_emitter.cpp156 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDecl() local
175 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeFuncDecl() local
259 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_emitter.cpp282 AutoPtr<ASTStructType> structType = (static_cast<ASTStructType*>(astType.Get())); in NewStructTypeEmitter() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_custom_types_code_emitter.cpp240 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.cpp189 const auto& structType = compiler.get_type(structTypeId); in ProcessStruct() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_custom_types_code_emitter.cpp225 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1354 AutoPtr<ASTStructType> structType = new ASTStructType; in ParseStructDeclaration() local
1420 void Parser::ParseStructMember(const AutoPtr<ASTStructType> &structType) in ParseStructMember()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp1118 AutoPtr<ASTStructType> structType = new ASTStructType; in ParseStructDeclaration() local
1188 void Parser::ParseStructMember(const AutoPtr<ASTStructType> &structType) in ParseStructMember()