Lines Matching full:func
10 func exportbyte() byte {
15 func exportbool() bool {
20 func exportrune() rune {
25 func exporterror() error {
30 func exportint() int {
35 func exportuint() uint {
40 func exportuintptr() uintptr {
45 func exportint8() int8 {
50 func exportuint8() uint8 {
55 func exportint16() int16 {
60 func exportuint16() uint16 {
65 func exportint32() int32 {
70 func exportuint32() uint32 {
75 func exportint64() int64 {
80 func exportuint64() uint64 {
85 func exportfloat32() float32 {
90 func exportfloat64() float64 {
95 func exportcomplex64() complex64 {
100 func exportcomplex128() complex128 {