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

Method PushSize

include/sonic/writebuffer.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88 template <typename T>
89 sonic_force_inline T* PushSize(size_t n) {
90 return stack_.template PushSize<T>(n);
91 }
92
93 template <typename T>
94 sonic_force_inline T* PushSizeUnsafe(size_t n) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected