diff options
Diffstat (limited to 'vendor/github.com/bytedance/sonic/internal/native/sse/quote_subr.go')
-rw-r--r-- | vendor/github.com/bytedance/sonic/internal/native/sse/quote_subr.go | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/vendor/github.com/bytedance/sonic/internal/native/sse/quote_subr.go b/vendor/github.com/bytedance/sonic/internal/native/sse/quote_subr.go index 4f83751a5..46ce01ee3 100644 --- a/vendor/github.com/bytedance/sonic/internal/native/sse/quote_subr.go +++ b/vendor/github.com/bytedance/sonic/internal/native/sse/quote_subr.go @@ -12,31 +12,31 @@ const ( ) const ( - _stack__quote = 64 + _stack__quote = 80 ) const ( - _size__quote = 1728 + _size__quote = 1712 ) var ( _pcsp__quote = [][2]uint32{ - {1, 0}, - {4, 8}, - {6, 16}, - {8, 24}, - {10, 32}, - {12, 40}, - {13, 48}, - {1681, 64}, - {1685, 48}, - {1686, 40}, - {1688, 32}, - {1690, 24}, - {1692, 16}, - {1694, 8}, - {1695, 0}, - {1722, 64}, + {0x1, 0}, + {0x6, 8}, + {0x8, 16}, + {0xa, 24}, + {0xc, 32}, + {0xd, 40}, + {0x11, 48}, + {0x67f, 80}, + {0x680, 48}, + {0x682, 40}, + {0x684, 32}, + {0x686, 24}, + {0x688, 16}, + {0x689, 8}, + {0x68a, 0}, + {0x6b0, 80}, } ) |