Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 703 for index (0.04 sec)

  1. src/go/types/index.go

    	}
    	return expr.Indices[0]
    }
    
    // index checks an index expression for validity.
    // If max >= 0, it is the upper bound for index.
    // If the result typ is != Typ[Invalid], index is valid and typ is its (possibly named) integer type.
    // If the result val >= 0, index is valid and val is its constant int value.
    func (check *Checker) index(index ast.Expr, max int64) (typ Type, val int64) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:17:05 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/index.go

    }
    
    // singleIndex returns the (single) index from the index expression e.
    // If the index is missing, or if there are multiple indices, an error
    // is reported and the result is nil.
    func (check *Checker) singleIndex(e *syntax.IndexExpr) syntax.Expr {
    	index := e.Index
    	if index == nil {
    		check.errorf(e, InvalidSyntaxTree, "missing index for %s", e.X)
    		return nil
    	}
    	if l, _ := index.(*syntax.ListExpr); l != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 15 16:16:58 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  3. src/internal/types/testdata/check/expr3.go

    	_ = a[- /* ERROR "negative" */ 1]
    	_ = a[- /* ERROR "negative" */ 1 :]
    	_ = a[: - /* ERROR "negative" */ 1]
    	_ = a[: /* ERROR "middle index required" */ : /* ERROR "final index required" */ ]
    	_ = a[0: /* ERROR "middle index required" */ : /* ERROR "final index required" */ ]
    	_ = a[0: /* ERROR "middle index required" */ :10]
    	_ = a[:10:10]
    
    	var a0 int
    	a0 = a[0]
    	_ = a0
    	var a1 int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 16 22:41:49 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/node/v1beta1/generated.pb.go

    				return err
    			}
    			iNdEx = postIndex
    		default:
    			iNdEx = preIndex
    			skippy, err := skipGenerated(dAtA[iNdEx:])
    			if err != nil {
    				return err
    			}
    			if (skippy < 0) || (iNdEx+skippy) < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if (iNdEx + skippy) > l {
    				return io.ErrUnexpectedEOF
    			}
    			iNdEx += skippy
    		}
    	}
    
    	if iNdEx > l {
    		return io.ErrUnexpectedEOF
    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

    				return err
    			}
    			iNdEx = postIndex
    		default:
    			iNdEx = preIndex
    			skippy, err := skipGenerated(dAtA[iNdEx:])
    			if err != nil {
    				return err
    			}
    			if (skippy < 0) || (iNdEx+skippy) < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if (iNdEx + skippy) > l {
    				return io.ErrUnexpectedEOF
    			}
    			iNdEx += skippy
    		}
    	}
    
    	if iNdEx > l {
    		return io.ErrUnexpectedEOF
    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/networking/v1alpha1/generated.pb.go

    			if (skippy < 0) || (iNdEx+skippy) < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if (iNdEx + skippy) > l {
    				return io.ErrUnexpectedEOF
    			}
    			iNdEx += skippy
    		}
    	}
    
    	if iNdEx > l {
    		return io.ErrUnexpectedEOF
    	}
    	return nil
    }
    func (m *IPAddressList) Unmarshal(dAtA []byte) error {
    	l := len(dAtA)
    	iNdEx := 0
    	for iNdEx < l {
    		preIndex := iNdEx
    		var wire uint64
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 46.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/runtime/generated.pb.go

    }
    func (m *RawExtension) Unmarshal(dAtA []byte) error {
    	l := len(dAtA)
    	iNdEx := 0
    	for iNdEx < l {
    		preIndex := iNdEx
    		var wire uint64
    		for shift := uint(0); ; shift += 7 {
    			if shift >= 64 {
    				return ErrIntOverflowGenerated
    			}
    			if iNdEx >= l {
    				return io.ErrUnexpectedEOF
    			}
    			b := dAtA[iNdEx]
    			iNdEx++
    			wire |= uint64(b&0x7F) << shift
    			if b < 0x80 {
    				break
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  8. pkg/kubelet/pluginmanager/pluginwatcher/example_plugin_apis/v1beta2/api.pb.go

    			m.Error = string(dAtA[iNdEx:postIndex])
    			iNdEx = postIndex
    		default:
    			iNdEx = preIndex
    			skippy, err := skipApi(dAtA[iNdEx:])
    			if err != nil {
    				return err
    			}
    			if (skippy < 0) || (iNdEx+skippy) < 0 {
    				return ErrInvalidLengthApi
    			}
    			if (iNdEx + skippy) > l {
    				return io.ErrUnexpectedEOF
    			}
    			iNdEx += skippy
    		}
    	}
    
    	if iNdEx > l {
    		return io.ErrUnexpectedEOF
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 23 17:31:18 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  9. pkg/controller/job/indexed_job_utils_test.go

    	cases := map[string]struct {
    		intervals orderedIntervals
    		index     int
    		wantHas   bool
    	}{
    		"empty": {
    			index: 4,
    		},
    		"before all": {
    			index:     1,
    			intervals: []interval{{2, 4}, {5, 7}},
    		},
    		"after all": {
    			index:     9,
    			intervals: []interval{{2, 4}, {6, 8}},
    		},
    		"in between": {
    			index:     5,
    			intervals: []interval{{2, 4}, {6, 8}},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  10. src/compress/flate/deflate.go

    					if index < d.maxInsertIndex {
    						hash := hash4(d.window[index : index+minMatchLength])
    						// Get previous value with the same hash.
    						// Our chain should point to the previous value.
    						hh := &d.hashHead[hash&hashMask]
    						d.hashPrev[index&windowMask] = *hh
    						// Set the head of the hash chain to us.
    						*hh = uint32(index + d.hashOffset)
    					}
    				}
    				d.index = index
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:40 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top