Documentation ¶
Overview ¶
Package testpkg contains bound functions for testing the cgo-JNI interface. This is used in tests of github.com/c-darwin/mobile/bind/java.
Index ¶
- func Add(x, y int) int
- func AppendToString(str string, someBytes []byte) []byte
- func BytesAppend(a []byte, b []byte) []byte
- func CallE(i I) error
- func CallF(i I)
- func CallV(i I) int
- func CallVE(i I) (int, error)
- func Err(s string) error
- func GC()
- func GarbageCollect()
- func Hello(r Receiver, name string)
- func Keep(i I)
- func Negate(x bool) bool
- func NumSCollected() int
- func ReadAsset() string
- func StrDup(s string) string
- func UnnamedParams(_, _ int, p0 string) int
- type I
- type Node
- type Receiver
- type S
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendToString ¶
func BytesAppend ¶
func GarbageCollect ¶
func GarbageCollect()
func NumSCollected ¶
func NumSCollected() int
func UnnamedParams ¶
Types ¶
type I ¶
Click to show internal directories.
Click to hide internal directories.