File: ignore.go.golden

package info (click to toggle)
golang-golang-x-mobile 0.0~git20251126.5c265dc-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,836 kB
  • sloc: objc: 1,536; java: 1,489; ansic: 1,159; xml: 365; asm: 34; sh: 14; makefile: 5
file content (63 lines) | stat: -rw-r--r-- 1,653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
// Code generated by gobind. DO NOT EDIT.

// Package main is an autogenerated binder stub for package ignore.
//
//   autogenerated by gobind -lang=go ignore
package main

/*
#include <stdlib.h>
#include <stdint.h>
#include "seq.h"
#include "ignore.h"

*/
import "C"

import (
	_seq "golang.org/x/mobile/bind/seq"
	"ignore"
)

// suppress the error if seq ends up unused
var _ = _seq.FromRefNum

// skipped field S.F with unsupported type: interface{}

// skipped method S.Argument with unsupported parameter or return types

// skipped method S.Result with unsupported parameter or return types

//export new_ignore_S
func new_ignore_S() C.int32_t {
	return C.int32_t(_seq.ToRefNum(new(ignore.S)))
}

// skipped method I.Argument with unsupported parameter or return types

// skipped method I.Result with unsupported parameter or return types

type proxyignore_I _seq.Ref

func (p *proxyignore_I) Bind_proxy_refnum__() int32 {
	return (*_seq.Ref)(p).Bind_IncNum()
}

// skipped method I.Argument with unsupported parameter or result types
// skipped method I.Result with unsupported parameter or result types
// skipped variable C128 with unsupported type complex128

// skipped variable C64 with unsupported type complex64

// skipped variable Uint with unsupported type uint

// skipped variable Uint32 with unsupported type uint32

// skipped variable Uint64 with unsupported type uint64

// skipped variable V with unsupported type interface{}

// skipped variable Var with unsupported type interface{}

// skipped function Argument with unsupported parameter or result types
// skipped function Result with unsupported parameter or result types