Home
last modified time | relevance | path

Searched refs:newNumObjects (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/poppler/poppler-21.12.0/test/
H A Dpdf-fullrewrite.cc253 const int newNumObjects = newXRef->getNumObjects(); in compareDocuments() local
256 if (origNumObjects + 1 != newNumObjects) { in compareDocuments()
257 …(stderr, "XRef table: Unexpected number of entries (%d+1 != %d)\n", origNumObjects, newNumObjects); in compareDocuments()
262 if (origNumObjects != newNumObjects) { in compareDocuments()
263 …ntf(stderr, "XRef table: Different number of entries (%d != %d)\n", origNumObjects, newNumObjects); in compareDocuments()
269 const int numObjects = (origNumObjects < newNumObjects) ? origNumObjects : newNumObjects; in compareDocuments()
/dports/graphics/poppler-qt5/poppler-21.12.0/test/
H A Dpdf-fullrewrite.cc253 const int newNumObjects = newXRef->getNumObjects(); in compareDocuments() local
256 if (origNumObjects + 1 != newNumObjects) { in compareDocuments()
257 …(stderr, "XRef table: Unexpected number of entries (%d+1 != %d)\n", origNumObjects, newNumObjects); in compareDocuments()
262 if (origNumObjects != newNumObjects) { in compareDocuments()
263 …ntf(stderr, "XRef table: Different number of entries (%d != %d)\n", origNumObjects, newNumObjects); in compareDocuments()
269 const int numObjects = (origNumObjects < newNumObjects) ? origNumObjects : newNumObjects; in compareDocuments()
/dports/graphics/poppler-glib/poppler-21.12.0/test/
H A Dpdf-fullrewrite.cc253 const int newNumObjects = newXRef->getNumObjects(); in compareDocuments() local
256 if (origNumObjects + 1 != newNumObjects) { in compareDocuments()
257 …(stderr, "XRef table: Unexpected number of entries (%d+1 != %d)\n", origNumObjects, newNumObjects); in compareDocuments()
262 if (origNumObjects != newNumObjects) { in compareDocuments()
263 …ntf(stderr, "XRef table: Different number of entries (%d != %d)\n", origNumObjects, newNumObjects); in compareDocuments()
269 const int numObjects = (origNumObjects < newNumObjects) ? origNumObjects : newNumObjects; in compareDocuments()
/dports/graphics/poppler-utils/poppler-21.12.0/test/
H A Dpdf-fullrewrite.cc253 const int newNumObjects = newXRef->getNumObjects(); in compareDocuments() local
256 if (origNumObjects + 1 != newNumObjects) { in compareDocuments()
257 …(stderr, "XRef table: Unexpected number of entries (%d+1 != %d)\n", origNumObjects, newNumObjects); in compareDocuments()
262 if (origNumObjects != newNumObjects) { in compareDocuments()
263 …ntf(stderr, "XRef table: Different number of entries (%d != %d)\n", origNumObjects, newNumObjects); in compareDocuments()
269 const int numObjects = (origNumObjects < newNumObjects) ? origNumObjects : newNumObjects; in compareDocuments()