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

Function next

include/sonic/dom/genericnode.h:1021–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1019 return downCast()->nextImpl();
1020 }
1021 sonic_force_inline const NodeType* next() const noexcept {
1022 return downCast()->cnextImpl();
1023 }
1024
1025 sonic_force_inline void addLength(size_t c) noexcept {
1026 sonic_assert(IsContainer() || IsString());

Callers

nothing calls this directly

Calls 2

downCastFunction · 0.85
cnextImplMethod · 0.80

Tested by

no test coverage detected