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

Function SkipObject

include/sonic/internal/arch/simd_skip.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38static bool SkipObject(const uint8_t *data, size_t &pos, size_t len) {
39 return SkipContainer(data, pos, len, '{', '}');
40}
41
42static uint8_t SkipNumber(const uint8_t *data, size_t &pos, size_t len) {
43 return GetNextToken(data, pos, len, "]},");

Callers 3

GetArrayElemMethod · 0.85
SkipOneMethod · 0.85
GetOnDemandMethod · 0.85

Calls 1

SkipContainerFunction · 0.50

Tested by

no test coverage detected