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

Method UnescapedIndex

include/sonic/internal/arch/neon/unicode.h:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 return TrailingZeroes(bs_bits) >> 2;
55 }
56 sonic_force_inline int UnescapedIndex() const {
57 // return TrailingZeroes(unescaped_bits);
58 return TrailingZeroes(unescaped_bits) >> 2;
59 }
60
61 uint64_t bs_bits;
62 uint64_t quote_bits;

Callers

nothing calls this directly

Calls 1

TrailingZeroesFunction · 0.50

Tested by

no test coverage detected