MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / PutEnd

Method PutEnd

Source/ThirdParty/rapidjson/stream.h:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 void Put(Ch) { RAPIDJSON_ASSERT(false); }
165 void Flush() { RAPIDJSON_ASSERT(false); }
166 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; }
167
168 const Ch* src_; //!< Current read position.
169 const Ch* head_; //!< Original head of the string.

Callers 3

ParseStringMethod · 0.45
ParseFunction · 0.45
PutEndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected