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

Method ScanCopyUnescapedString

rapidjson/reader.h:908–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906
907 template<typename InputStream, typename OutputStream>
908 static RAPIDJSON_FORCEINLINE void ScanCopyUnescapedString(InputStream&, OutputStream&) {
909 // Do nothing for generic version
910 }
911
912#if defined(RAPIDJSON_SSE2) || defined(RAPIDJSON_SSE42)
913 // StringStream -> StackStream<char>

Callers

nothing calls this directly

Calls 2

PutMethod · 0.45
PushMethod · 0.45

Tested by

no test coverage detected