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

Function Push

include/rapidjson/stringbuffer.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68 void Reserve(size_t count) { stack_.template Reserve<Ch>(count); }
69 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); }
70 Ch* PushUnsafe(size_t count) { return stack_.template PushUnsafe<Ch>(count); }
71 void Pop(size_t count) { stack_.template Pop<Ch>(count); }
72

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected