Home
last modified time | relevance | path

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

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