MCPcopy Create free account
hub / github.com/Tencent/rapidjson / Tell

Method Tell

include/rapidjson/encodedstream.h:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 Ch Peek() const { RAPIDJSON_ASSERT(false); return 0;}
115 Ch Take() { RAPIDJSON_ASSERT(false); return 0;}
116 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; }
117 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; }
118 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; }
119

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected