Searched refs:getModuleCount (Results 1 – 6 of 6) sorted by relevance
137 assert(Modi <= Modules->getModuleCount()); in isEnd()140 if (Modi == Modules->getModuleCount()) in isEnd()241 uint32_t DbiModuleList::getModuleCount() const { in getModuleCount() function in DbiModuleList254 assert(Modi < getModuleCount()); in getModuleDescriptor()
70 Compilands.resize(Dbi->modules().getModuleCount()); in SymbolCache()255 return Dbi->modules().getModuleCount(); in getNumCompilands()
40 var moduleCount = qrcode.getModuleCount();81 var border = repeat(white).times(qrcode.getModuleCount() + 3);
76 uint32_t getModuleCount() const;
164 var moduleCount = qrCode.getModuleCount();
49 getModuleCount : function() { method in QRCode