Searched refs:nShortref (Results 1 – 3 of 3) sorted by relevance
190 size_t n = dtd->nShortref(); in compileModes()232 int nShortref; in compileModes() local234 nShortref = 0; in compileModes()236 nShortref = dtd->nShortref(); in compileModes()237 srInfo.resize(nShortref); in compileModes()239 for (i = 0; i < nShortref; i++) { in compileModes()349 for (int j = 0; j < nShortref; j++) { in compileModes()445 int nShortref = currentDtd().nShortref(); in compileNormalMap() local446 for (int i = 0; i < nShortref; i++) { in compileNormalMap()513 for (j = 0; j < dtd.nShortref(); j++) in addNeededShortrefs()
2241 int nShortref = dtd.nShortref(); in checkDtd() local2246 Vector<ConstPtr<Entity> > entityMap(nShortref); in checkDtd()2247 for (i = 0; i < nShortref; i++) { in checkDtd()
78 size_t nShortref() const;429 size_t Dtd::nShortref() const in nShortref() function