mirror of https://github.com/goccy/go-json.git
12 lines
217 B
Go
12 lines
217 B
Go
|
package encoder
|
||
|
|
||
|
import "unsafe"
|
||
|
|
||
|
//go:nosplit
|
||
|
//go:noescape
|
||
|
func _findEscapeIndex128(buf unsafe.Pointer, len int) (ret int)
|
||
|
|
||
|
//go:nosplit
|
||
|
//go:noescape
|
||
|
func _findEscapeIndex256(buf unsafe.Pointer, len int) (ret int)
|