Home
last modified time | relevance | path

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

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