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

Function PutUnsafe

rapidjson/stream.h:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89//! Write character to a stream, presuming buffer is reserved.
90template<typename Stream>
91inline void PutUnsafe(Stream& stream, typename Stream::Ch c) {
92 stream.Put(c);
93}
94
95//! Put N copies of a character to a stream.
96template<typename Stream, typename Ch>

Callers 15

EncodeUnsafeFunction · 0.70
EncodeUnsafeMethod · 0.70
EncodeUnsafeMethod · 0.70
EncodeUnsafeMethod · 0.70
TranscodeUnsafeMethod · 0.70
PutNFunction · 0.70
WriteNullMethod · 0.70
WriteBoolMethod · 0.70
WriteIntMethod · 0.70
WriteUintMethod · 0.70
WriteInt64Method · 0.70
WriteUint64Method · 0.70

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected