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

Method Begin

include/sonic/internal/stack.h:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 */
177 template <typename T>
178 sonic_force_inline T* Begin() {
179 return reinterpret_cast<T*>(buf_);
180 }
181 template <typename T>
182 sonic_force_inline const T* Begin() const {
183 return reinterpret_cast<T*>(buf_);

Callers 7

GetStatsMethod · 0.45
GetStatsMethod · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
operator==Method · 0.45
eraseImplMethod · 0.45
destroyMethod · 0.45

Calls

no outgoing calls

Tested by 2

TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36