MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / EncodeUnsafe

Method EncodeUnsafe

rapidjson/encodings.h:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430
431 template<typename OutputStream>
432 static void EncodeUnsafe(OutputStream& os, unsigned codepoint) {
433 RAPIDJSON_STATIC_ASSERT(sizeof(typename OutputStream::Ch) >= 4);
434 RAPIDJSON_ASSERT(codepoint <= 0x10FFFF);
435 PutUnsafe(os, codepoint);
436 }
437
438 template <typename InputStream>
439 static bool Decode(InputStream& is, unsigned* codepoint) {

Callers

nothing calls this directly

Calls 1

PutUnsafeFunction · 0.70

Tested by

no test coverage detected