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

Method ByteString

src/pdf/PDFUnion.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292PDFUnion PDFUnion::ByteString(const char* value) {
293 DEBUG_ASSERT(value);
294 return PDFUnion(Type::ByteStaticString, value);
295}
296
297PDFUnion PDFUnion::TextString(const char* value) {
298 DEBUG_ASSERT(value);

Callers

nothing calls this directly

Calls 1

PDFUnionClass · 0.85

Tested by

no test coverage detected