MCPcopy Create free account
hub / github.com/assimp/assimp / SimpleValue

Method SimpleValue

code/AssetLib/Assjson/json_exporter.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89 template <typename Literal>
90 void SimpleValue(const Literal &s) {
91 LiteralToString(buff, s) << newline;
92 }
93
94 void SimpleValue(const void *buffer, size_t len) {
95 base64_encodestate s;

Callers 2

WriteFunction · 0.80
WriteFormatInfoFunction · 0.80

Calls 4

base64_init_encodestateFunction · 0.85
base64_encode_blockFunction · 0.85
base64_encode_blockendFunction · 0.85
maxFunction · 0.50

Tested by

no test coverage detected