Searched refs:pId2 (Results 1 – 2 of 2) sorted by relevance
58 const sal_Int8* pId2 = r2.aImplementationId.getConstArray(); in operator ()() local59 return memcmp( pId1, pId2, 16 * sizeof( sal_Int8 ) ) == 0; in operator ()()
1621 const sal_Int8* pId2 = rObj2.maImpIdSeq.getConstArray(); in operator ()() local1622 bEqual = (memcmp( pId1, pId2, nLen1 * sizeof( sal_Int8 ) ) == 0 ); in operator ()()
Completed in 377 milliseconds