Home
last modified time | relevance | path

Searched defs:userTypeInfo (Results 1 – 25 of 75) sorted by relevance

123

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
448 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
603 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
703 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
448 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
603 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
703 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
448 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
603 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
703 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/encoding/gob/
H A Dtype.go22 type userTypeInfo struct { struct
23 user reflect.Type // the type the user handed us
24 base reflect.Type // the base type after all indirections
25 indir int // number of indirections to reach the base type
26 externalEnc int // xGob, xBinary, or xText
27 externalDec int // xGob, xBinary or xText
28 encIndir int8 // number of indirections to reach the receiver type; may be negative
438 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
593 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
693 func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/encoding/gob/
H A Dtype.go20 type userTypeInfo struct { struct
21 user reflect.Type // the type the user handed us
22 base reflect.Type // the base type after all indirections
23 indir int // number of indirections to reach the base type
24 isGobEncoder bool // does the type implement GobEncoder?
25 isGobDecoder bool // does the type implement GobDecoder?
26 encIndir int8 // number of indirections to reach the receiver type; may be negative
27 decIndir int8 // number of indirections to reach the receiver type; may be negative
413 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
550 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgo/go/encoding/gob/
H A Dtype.go20 type userTypeInfo struct { struct
21 user reflect.Type // the type the user handed us
22 base reflect.Type // the base type after all indirections
23 indir int // number of indirections to reach the base type
24 isGobEncoder bool // does the type implement GobEncoder?
25 isGobDecoder bool // does the type implement GobDecoder?
26 encIndir int8 // number of indirections to reach the receiver type; may be negative
27 decIndir int8 // number of indirections to reach the receiver type; may be negative
413 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
549 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/encoding/gob/
H A Dtype.go21 type userTypeInfo struct { struct
22 user reflect.Type // the type the user handed us
23 base reflect.Type // the base type after all indirections
24 indir int // number of indirections to reach the base type
25 externalEnc int // xGob, xBinary, or xText
26 externalDec int // xGob, xBinary or xText
27 encIndir int8 // number of indirections to reach the receiver type; may be negative
28 decIndir int8 // number of indirections to reach the receiver type; may be negative
447 func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
602 func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {
[all …]

123