Home
last modified time | relevance | path

Searched refs:EmitComplexType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.h174 String EmitComplexType(MetaType* mt, unsigned int attributes, bool isInnerType);
H A Dcpp_code_emitter.cpp1398 return EmitComplexType(mt, attributes, isInnerType); in EmitFloatType()
1402 String CppCodeEmitter::EmitComplexType(MetaType* mt, unsigned int attributes, bool isInnerType) in EmitComplexType() function in OHOS::Idl::CppCodeEmitter