Searched refs:keyMt (Results 1 – 3 of 3) sorted by relevance
183 MetaType* keyMt = metaComponent_->types_[type->nestedTypeIndexes_[0]]; in ReadMetaType() local186 mapType->SetKeyType(ReadMetaType(keyMt)); in ReadMetaType()242 MetaType* keyMt = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in MetaTypeName() local244 return "Map<" + MetaTypeName(keyMt) + ", " + MetaTypeName(valueMt) + ">"; in MetaTypeName()
274 MetaType* keyMt = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in DumpMetaType() local276 return "Map<" + DumpMetaType(keyMt) + ", " + DumpMetaType(valueMt) + ">"; in DumpMetaType()
261 MetaType* keyMt = metaComponent_->types_[mt->nestedTypeIndexes_[0]]; in DumpMetaType() local263 return "Map<" + DumpMetaType(keyMt) + ", " + DumpMetaType(valueMt) + ">"; in DumpMetaType()