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

Method PutBegin

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

Source from the content-addressed store, hash-verified

117 size_t Tell() const { return static_cast<size_t>(src_ - head_); }
118
119 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; }
120 void Put(Ch) { RAPIDJSON_ASSERT(false); }
121 void Flush() { RAPIDJSON_ASSERT(false); }
122 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; }

Callers 3

ParseStringMethod · 0.45
ParseNumberMethod · 0.45
ParseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected