Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 636 for descriptor (0.2 sec)

  1. src/encoding/gob/doc.go

    	07 ff 82 01 2c 01 42 00
    They are determined as follows.
    
    Since this is the first transmission of type Point, the type descriptor
    for Point itself must be sent before the value. This is the first type
    we've sent on this Encoder, so it has type id 65 (0 through 64 are
    reserved).
    
    	1f	// This item (a type descriptor) is 31 bytes long.
    	ff 81	// The negative of the id for the type we're defining, -65.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  2. src/syscall/exec_plan9.go

    			var s []byte
    			s, b = gdirname(b)
    			if s == nil {
    				copy(errbuf[:], ErrBadStat.Error())
    				goto childerror1
    			}
    			if s[len(s)-1] == 'l' {
    				// control file for descriptor <N> is named <N>ctl
    				continue
    			}
    			closeFdExcept(int(atoi(s)), pipe, dupdevfd, fd)
    		}
    	}
    	RawSyscall(SYS_CLOSE, uintptr(dupdevfd), 0, 0)
    
    	// Write new environment variables.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:03:59 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apidiscovery/v2/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *APIGroupDiscovery) Reset()      { *m = APIGroupDiscovery{} }
    func (*APIGroupDiscovery) ProtoMessage() {}
    func (*APIGroupDiscovery) Descriptor() ([]byte, []int) {
    	return fileDescriptor_e0b7287280068d8f, []int{0}
    }
    func (m *APIGroupDiscovery) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 44.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/node/v1beta1/generated.pb.go

    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *Overhead) Reset()      { *m = Overhead{} }
    func (*Overhead) ProtoMessage() {}
    func (*Overhead) Descriptor() ([]byte, []int) {
    	return fileDescriptor_73bb62abe8438af4, []int{0}
    }
    func (m *Overhead) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/node/v1/generated.pb.go

    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *Overhead) Reset()      { *m = Overhead{} }
    func (*Overhead) ProtoMessage() {}
    func (*Overhead) Descriptor() ([]byte, []int) {
    	return fileDescriptor_9007436710e7565b, []int{0}
    }
    func (m *Overhead) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 36.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apidiscovery/v2beta1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *APIGroupDiscovery) Reset()      { *m = APIGroupDiscovery{} }
    func (*APIGroupDiscovery) ProtoMessage() {}
    func (*APIGroupDiscovery) Descriptor() ([]byte, []int) {
    	return fileDescriptor_48661e6ba3d554f3, []int{0}
    }
    func (m *APIGroupDiscovery) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 44.9K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/walk/switch.go

    	s.okName = typecheck.TempAt(base.Pos, ir.CurFunc, types.Types[types.TBOOL])
    	s.itabName = typecheck.TempAt(base.Pos, ir.CurFunc, types.Types[types.TUINT8].PtrTo())
    
    	// Get interface descriptor word.
    	// For empty interfaces this will be the type.
    	// For non-empty interfaces this will be the itab.
    	srcItab := ir.NewUnaryExpr(base.Pos, ir.OITAB, s.srcName)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:34:01 UTC 2024
    - 30.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/imagepolicy/v1alpha1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *ImageReview) Reset()      { *m = ImageReview{} }
    func (*ImageReview) ProtoMessage() {}
    func (*ImageReview) Descriptor() ([]byte, []int) {
    	return fileDescriptor_7620d1538838ac6f, []int{0}
    }
    func (m *ImageReview) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 35.9K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GroovyScriptClassCompiler.java

                }
    
                @Override
                public void visitInvokeDynamicInsn(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) {
                    mv.visitInvokeDynamicInsn(remap(name), remap(descriptor), bootstrapMethodHandle, bootstrapMethodArguments);
                }
    
                @Override
                public void visitLdcInsn(Object cst) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:23:24 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/scheduling/v1alpha1/generated.pb.go

    		copy(dAtA[i:], *m.PreemptionPolicy)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.PreemptionPolicy)))
    		i--
    		dAtA[i] = 0x2a
    	}
    	i -= len(m.Description)
    	copy(dAtA[i:], m.Description)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Description)))
    	i--
    	dAtA[i] = 0x22
    	i--
    	if m.GlobalDefault {
    		dAtA[i] = 1
    	} else {
    		dAtA[i] = 0
    	}
    	i--
    	dAtA[i] = 0x18
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top