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

Method nextImpl

include/sonic/dom/dynamicnode.h:825–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823 }
824
825 sonic_force_inline DNode* nextImpl() { return this + 1; }
826
827 sonic_force_inline const DNode* cnextImpl() const { return this + 1; }
828

Callers 1

genericnode.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected