github.com/bytedance/sonic@v1.11.7-0.20240517092252-d2edb31b167b/native/skip_one_fast.c (about) 1 #include "scanning.h" 2 3 long skip_one_fast(const GoString *src, long *p) { 4 return skip_one_fast_1(src, p); 5 }