mirror of https://github.com/goccy/go-json.git
28 lines
595 B
Go
28 lines
595 B
Go
package encoder
|
|
|
|
import "unsafe"
|
|
|
|
//go:nosplit
|
|
//go:noescape
|
|
func _findHTMLEscapeIndex64(buf unsafe.Pointer, len int) (ret int)
|
|
|
|
//go:nosplit
|
|
//go:noescape
|
|
func _findHTMLEscapeIndex128(buf unsafe.Pointer, len int) (ret int)
|
|
|
|
//go:nosplit
|
|
//go:noescape
|
|
func _findHTMLEscapeIndex256(buf unsafe.Pointer, len int) (ret int)
|
|
|
|
//go:nosplit
|
|
//go:noescape
|
|
func _findEscapeIndex64(buf unsafe.Pointer, len int) (ret int)
|
|
|
|
//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)
|