MCPcopy Create free account
hub / github.com/baidu/sofa-pbrpc / PutN

Function PutN

src/rapidjson/stringbuffer.h:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41//! Implement specialized version of PutN() with memset() for better performance.
42template<>
43inline void PutN(GenericStringBuffer<UTF8<> >& stream, char c, size_t n) {
44 memset(stream.stack_.Push<char>(n), c, n * sizeof(c));
45}
46
47} // namespace rapidjson
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected