Lines Matching defs:mt

70         MetaType* mt = metaComponent_->types_[i];  in EmitInterfaceStdlibInclusions()  local
255 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitInterfaceMethodParameter() local
260 void CppCodeEmitter::EmitInterfaceMethodReturn(MetaType* mt, StringBuilder& sb, const String& prefi… in EmitInterfaceMethodReturn()
659 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitWriteMethodParameter() local
667 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitReadMethodParameter() local
834 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitInterfaceStubMethodImpl() local
927 … CppCodeEmitter::EmitWriteVariable(const String& parcelName, const std::string& name, MetaType* mt, in EmitWriteVariable()
968 …const String& parcelName, const std::string& name, MetaType* mt, StringBuilder& sb, const String& … in EmitWriteVariableFloat()
996 …const String& parcelName, const std::string& name, MetaType* mt, StringBuilder& sb, const String& … in EmitWriteVariableComplex()
1049 …const String& parcelName, const std::string& name, MetaType* mt, StringBuilder& sb, const String& … in EmitWriteVariableObject()
1092 …d CppCodeEmitter::EmitReadVariable(const String& parcelName, const std::string& name, MetaType* mt, in EmitReadVariable()
1138 …CodeEmitter::EmitReadVariableFloat(const String& parcelName, const std::string& name, MetaType* mt, in EmitReadVariableFloat()
1164 …deEmitter::EmitReadVariableComplex(const String& parcelName, const std::string& name, MetaType* mt, in EmitReadVariableComplex()
1197 …pCodeEmitter::EmitReadVariableList(const String& parcelName, const std::string& name, MetaType* mt, in EmitReadVariableList()
1237 …odeEmitter::EmitReadVariableObject(const String& parcelName, const std::string& name, MetaType* mt, in EmitReadVariableObject()
1291 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitLocalVariable() local
1302 void CppCodeEmitter::EmitReturnParameter(const String& name, MetaType* mt, StringBuilder& sb) in EmitReturnParameter()
1326 String CppCodeEmitter::EmitType(MetaType* mt, unsigned int attributes, bool isInnerType) in EmitType()
1377 String CppCodeEmitter::EmitFloatType(MetaType* mt, unsigned int attributes, bool isInnerType) in EmitFloatType()
1402 String CppCodeEmitter::EmitComplexType(MetaType* mt, unsigned int attributes, bool isInnerType) in EmitComplexType()
1438 String CppCodeEmitter::EmitListType(MetaType* mt, unsigned int attributes, bool isInnerType) in EmitListType()
1463 String CppCodeEmitter::EmitObjectType(MetaType* mt, unsigned int attributes, bool isInnerType) in EmitObjectType()