MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / PushSizeUnsafe

Method PushSizeUnsafe

include/sonic/writebuffer.h:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93 template <typename T>
94 sonic_force_inline T* PushSizeUnsafe(size_t n) {
95 return stack_.template PushSizeUnsafe<T>(n);
96 }
97
98 // faster api for push 5 ~ 8 bytes.
99 sonic_force_inline void Push5_8(const char* bytes8, size_t n) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected