Lines Matching defs:mi
160 MetaInterface* mi = metaComponent_->interfaces_[i];
161 if (mi->external_) {
162 String filePath = GetFilePath(String(mi->namespace_));
163 String fileName = FileName(filePath + mi->name_);
184 MetaInterface* mi = metaComponent_->interfaces_[i];
185 if (mi->external_) {
186 String np = GetNamespace(String(mi->namespace_));
190 String fullName = CppFullName(np + mi->name_);
1267 MetaInterface* mi = metaComponent_->interfaces_[mt->index_];
1270 EmitType(mt, ATTR_IN, true).string(), name.c_str(), mi->name_, parcelName.string());
1280 name.c_str(), mi->name_, parcelName.string());
1492 MetaInterface* mi = metaComponent_->interfaces_[mt->index_];
1493 if (mi == nullptr) {
1498 return String::Format("const sptr<%s>&", mi->name_);
1500 return String::Format("sptr<%s>", mi->name_);
1503 return String::Format("sptr<%s>&", mi->name_);