Searched refs:m_numOfEntries (Results 1 – 1 of 1) sorted by relevance
242 sal_uInt16 m_numOfEntries; member in ConstantPool249 , m_numOfEntries(numEntries) in ConstantPool()300 if (m_numOfEntries) in parseIndex()302 m_pIndex = new sal_Int32[m_numOfEntries]; in parseIndex()304 for (int i = 0; i < m_numOfEntries; i++) in parseIndex()333 if (m_pIndex && (index > 0) && (index <= m_numOfEntries)) in readTag()345 if (m_pIndex && (index > 0) && (index <= m_numOfEntries)) in readUTF8NameConstant()360 if (m_pIndex && (index> 0) && (index <= m_numOfEntries)) in readBOOLConstant()375 if (m_pIndex && (index> 0) && (index <= m_numOfEntries)) in readBYTEConstant()390 if (m_pIndex && (index> 0) && (index <= m_numOfEntries)) in readINT16Constant()[all …]