Lines Matching refs:parseIndex
257 sal_uInt32 parseIndex(); // throws std::bad_alloc
283 sal_uInt32 ConstantPool::parseIndex() in parseIndex() function in ConstantPool
609 sal_uInt32 parseIndex();
620 sal_uInt32 FieldList::parseIndex() in parseIndex() function in FieldList
778 sal_uInt32 parseIndex();
786 sal_uInt32 ReferenceList::parseIndex() in parseIndex() function in ReferenceList
877 sal_uInt32 parseIndex(); // throws std::bad_alloc
904 sal_uInt32 MethodList::parseIndex() in parseIndex() function in MethodList
1118 sal_uInt32 offset = offset_CP + m_pCP->parseIndex(); in TypeRegistryEntry()
1123 offset += sizeof(sal_uInt16) + m_pFields->parseIndex(); in TypeRegistryEntry()
1128 offset += sizeof(sal_uInt16) + m_pMethods->parseIndex(); in TypeRegistryEntry()
1133 m_pReferences->parseIndex(); in TypeRegistryEntry()