Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/
H A Dmetatype.cpp31 static QVector<MetaType*> gMetaTypes; variable
37 gMetaTypes.append(MetaTypeImpl<T>::instance); in qc_init_metatype()
53 gMetaTypes.reserve(30); in initAll()
155 int n = gMetaTypes.count(); in find()
156 MetaType* const* d = gMetaTypes.constData(); in find()