Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetStats
Method · 0.45
GetStats
Method · 0.45
TYPED_TEST
Function · 0.45
TYPED_TEST
Function · 0.45
operator==
Method · 0.45
DNode
Class · 0.45
eraseImpl
Method · 0.45
destroy
Method · 0.45
Calls
no outgoing calls
Tested by
2
TYPED_TEST
Function · 0.36
TYPED_TEST
Function · 0.36