Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetStats
Method · 0.45
GetStats
Method · 0.45
TYPED_TEST
Function · 0.45
TYPED_TEST
Function · 0.45
operator==
Method · 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