MCPcopy Create free account
hub / github.com/Tencent/tgfx / objectCount

Method objectCount

src/pdf/PDFDocumentImpl.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69size_t PDFOffsetMap::objectCount() const {
70 return offsets.size() + 1; // Include the special zeroth object in the count.
71}
72
73int PDFOffsetMap::emitCrossReferenceTable(const std::shared_ptr<WriteStream>& stream) const {
74 int xRefFileOffset = static_cast<int>(Difference(stream->bytesWritten(), baseOffset));

Callers 1

serialize_footerFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected