Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of about 10,000 for fStruct (0.1 sec)

  1. src/syscall/ztypes_openbsd_arm64.go

    	Len    uint8
    	Family uint8
    	Index  uint16
    	Type   uint8
    	Nlen   uint8
    	Alen   uint8
    	Slen   uint8
    	Data   [24]int8
    }
    
    type RawSockaddr struct {
    	Len    uint8
    	Family uint8
    	Data   [14]int8
    }
    
    type RawSockaddrAny struct {
    	Addr RawSockaddr
    	Pad  [92]int8
    }
    
    type _Socklen uint32
    
    type Linger struct {
    	Onoff  int32
    	Linger int32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 6.7K bytes
    - Viewed (0)
  2. src/syscall/ztypes_openbsd_mips64.go

    	Len    uint8
    	Family uint8
    	Index  uint16
    	Type   uint8
    	Nlen   uint8
    	Alen   uint8
    	Slen   uint8
    	Data   [24]int8
    }
    
    type RawSockaddr struct {
    	Len    uint8
    	Family uint8
    	Data   [14]int8
    }
    
    type RawSockaddrAny struct {
    	Addr RawSockaddr
    	Pad  [92]int8
    }
    
    type _Socklen uint32
    
    type Linger struct {
    	Onoff  int32
    	Linger int32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 6.7K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_ppc64le.go

    	Family uint16
    	Data   [14]uint8
    }
    
    type RawSockaddrAny struct {
    	Addr RawSockaddr
    	Pad  [96]uint8
    }
    
    type _Socklen uint32
    
    type Linger struct {
    	Onoff  int32
    	Linger int32
    }
    
    type Iovec struct {
    	Base *byte
    	Len  uint64
    }
    
    type IPMreq struct {
    	Multiaddr [4]byte /* in_addr */
    	Interface [4]byte /* in_addr */
    }
    
    type IPMreqn struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  4. src/go/parser/testdata/issue49482.go2

            _ [P * *T]struct{}
            _ [P * T]struct{}
            _ [P(*T)]struct{}
            _ [P(**T)]struct{}
            _ [P * T - T]struct{}
            _ [P*T-T, /* ERROR "unexpected comma" */ ]struct{}
            _ [10, /* ERROR "unexpected comma" */ ]struct{}
    
            _[P *struct{}|int] struct{}
            _[P *struct{}|int|string] struct{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 04 20:20:27 UTC 2022
    - 965 bytes
    - Viewed (0)
  5. src/go/types/methodset_test.go

    		"var a struct{ E[int] }; type E[P any] struct{}; func (*E[P]) f() {}":  {},
    		"var a struct{ *E[int] }; type E[P any] struct{}; func (*E[P]) f() {}": {{"f", []int{0, 0}, true}},
    
    		// collisions
    		"var a struct{ E1; *E2 }; type ( E1 interface{ f() }; E2 struct{ f int })":            {},
    		"var a struct{ E1; *E2 }; type ( E1 struct{ f int }; E2 struct{} ); func (E2) f() {}": {},
    
    		// recursive generic types; see go.dev/issue/52715
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 08 15:27:57 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  6. src/go/printer/testdata/declarations.golden

    	var _ func() int
    
    	type _ struct{}
    	type _ *struct{}
    	type _ []struct{}
    	type _ map[string]struct{}
    	type _ chan struct{}
    	type _ func() struct{}
    
    	type _ interface{}
    	type _ *interface{}
    	type _ []interface{}
    	type _ map[string]interface{}
    	type _ chan interface{}
    	type _ func() interface{}
    
    	var _ struct{}
    	var _ *struct{}
    	var _ []struct{}
    	var _ map[string]struct{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.2K bytes
    - Viewed (0)
  7. operator/pkg/util/merge_iop.go

    		Stackdriver        struct{} `json:"stackdriver"`
    		EnvoyExtAuthzHTTP  struct{} `json:"envoyExtAuthzHttp"`
    		EnvoyExtAuthzGrpc  struct{} `json:"envoyExtAuthzGrpc"`
    		Zipkin             struct{} `json:"zipkin"`
    		Lightstep          struct{} `json:"lightstep"`
    		Datadog            struct{} `json:"datadog"`
    		Opencensus         struct{} `json:"opencensus"`
    		Skywalking         struct{} `json:"skywalking"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 18:21:41 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_FHSTATFS                 = 558 // { int fhstatfs(const struct fhandle *u_fhp, struct statfs *buf); }
    	SYS_MKNODAT                  = 559 // { int mknodat(int fd, char *path, mode_t mode, dev_t dev); }
    	SYS_KEVENT                   = 560 // { int kevent(int fd, struct kevent *changelist, int nchanges, struct kevent *eventlist, int nevents, const struct timespec *timeout); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_FHSTATFS                 = 558 // { int fhstatfs(const struct fhandle *u_fhp, struct statfs *buf); }
    	SYS_MKNODAT                  = 559 // { int mknodat(int fd, char *path, mode_t mode, dev_t dev); }
    	SYS_KEVENT                   = 560 // { int kevent(int fd, struct kevent *changelist, int nchanges, struct kevent *eventlist, int nevents, const struct timespec *timeout); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  10. src/runtime/defs_linux_386.go

    	_O_CLOEXEC  = 0x80000
    
    	_AF_UNIX    = 0x1
    	_SOCK_DGRAM = 0x2
    )
    
    type fpreg struct {
    	significand [4]uint16
    	exponent    uint16
    }
    
    type fpxreg struct {
    	significand [4]uint16
    	exponent    uint16
    	padding     [3]uint16
    }
    
    type xmmreg struct {
    	element [4]uint32
    }
    
    type fpstate struct {
    	cw        uint32
    	sw        uint32
    	tag       uint32
    	ipoff     uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top