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

Method UnescapedIndex

include/sonic/internal/arch/sse/unicode.h:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 sonic_force_inline int QuoteIndex() { return TrailingZeroes(quote_bits); }
51 sonic_force_inline int BsIndex() { return TrailingZeroes(bs_bits); }
52 sonic_force_inline int UnescapedIndex() {
53 return TrailingZeroes(unescaped_bits);
54 }
55
56 uint32_t bs_bits;
57 uint32_t quote_bits;

Callers

nothing calls this directly

Calls 1

TrailingZeroesFunction · 0.70

Tested by

no test coverage detected