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

Method PutEnd

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

Source from the content-addressed store, hash-verified

120 void Put(Ch) { RAPIDJSON_ASSERT(false); }
121 void Flush() { RAPIDJSON_ASSERT(false); }
122 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; }
123
124 const Ch* src_; //!< Current read position.
125 const Ch* head_; //!< Original head of the string.

Callers 2

ParseStringMethod · 0.45
ParseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected