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

Method End

include/sonic/internal/stack.h:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 */
164 template <typename T>
165 sonic_force_inline T* End() {
166 return reinterpret_cast<T*>(top_);
167 }
168 template <typename T>
169 sonic_force_inline const T* End() const {
170 return reinterpret_cast<T*>(top_);

Callers 8

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

Calls

no outgoing calls

Tested by 2

TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36