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

Method insertByteString

src/pdf/PDFTypes.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void PDFDictionary::insertByteString(const char key[], const char value[]) {
169 records.emplace_back(PDFUnion::Name(key), PDFUnion::ByteString(value));
170}
171
172void PDFDictionary::insertTextString(const char key[], const char value[]) {
173 records.emplace_back(PDFUnion::Name(key), PDFUnion::TextString(value));

Callers 3

emitSubsetType0Method · 0.80
type3_descriptorFunction · 0.80
PrepareTagTreeToEmitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected