Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 127 for reachable (0.15 sec)

  1. src/cmd/compile/internal/types2/signature.go

    					cause = "pointer or interface type"
    				case *TypeParam:
    					// The underlying type of a receiver base type cannot be a
    					// type parameter: "type T[P any] P" is not a valid declaration.
    					panic("unreachable")
    				}
    				if cause != "" {
    					check.errorf(recv, InvalidRecv, "invalid receiver type %s (%s)", rtyp, cause)
    				}
    			case *Basic:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 21:33:05 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  2. src/runtime/runtime_test.go

    	defer func() {
    		if err := recover(); err != nil {
    			*nfault++
    		}
    	}()
    
    	// The read should fault, except that sometimes we hit
    	// addresses that have had C or kernel pages mapped there
    	// readable by user code. So just log the content.
    	// If no addresses fault, we'll fail the test.
    	v := *(*byte)(unsafe.Pointer(addr))
    	t.Logf("addr %#x: %#x\n", addr, v)
    }
    
    func eqstring_generic(s1, s2 string) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types2/check_test.go

    			pattern, substr := strings.CutPrefix(want.Msg, " ERROR ")
    			if !substr {
    				var found bool
    				pattern, found = strings.CutPrefix(want.Msg, " ERRORx ")
    				if !found {
    					panic("unreachable")
    				}
    			}
    			unquoted, err := strconv.Unquote(strings.TrimSpace(pattern))
    			if err != nil {
    				t.Errorf("%s:%d:%d: invalid ERROR pattern (cannot unquote %s)", filename, line, want.Pos.Col(), pattern)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:45:33 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  4. pkg/workloadapi/workload.proto

    message Workload {
      // UID represents a globally unique opaque identifier for this workload.
      // For k8s resources, it is recommended to use the more readable format:
      //
      // cluster/group/kind/namespace/name/section-name
      //
      // As an example, a ServiceEntry with two WorkloadEntries inlined could become
      // two Workloads with the following UIDs:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1/types.go

    	// `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
    	Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"`
    	// `message` is a human-readable message indicating details about last transition.
    	Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"`
    }
    
    // FlowSchemaConditionType is a valid value for FlowSchemaStatusCondition.Type
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/call.go

    				}
    			case *Builtin:
    				x.mode = builtin
    				x.typ = exp.typ
    				x.id = exp.id
    			default:
    				check.dump("%v: unexpected object %v", atPos(e.Sel), exp)
    				panic("unreachable")
    			}
    			x.expr = e
    			return
    		}
    	}
    
    	check.exprOrType(x, e.X, false)
    	switch x.mode {
    	case typexpr:
    		// don't crash for "type T T.x" (was go.dev/issue/51509)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/certificates/v1/types.go

    	// reason indicates a brief reason for the request state
    	// +optional
    	Reason string `json:"reason,omitempty" protobuf:"bytes,2,opt,name=reason"`
    	// message contains a human readable message with details about the request state
    	// +optional
    	Message string `json:"message,omitempty" protobuf:"bytes,3,opt,name=message"`
    	// lastUpdateTime is the time of the last update to this condition
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  8. cmd/erasure-healing.go

    	}
    
    	if !latestMeta.XLV1 && !latestMeta.Deleted && disksToHealCount > latestMeta.Erasure.ParityBlocks {
    		// Allow for dangling deletes, on versions that have DataDir missing etc.
    		// this would end up restoring the correct readable versions.
    		m, err := er.deleteIfDangling(ctx, bucket, object, partsMetadata, errs, dataErrsByPart, ObjectOptions{
    			VersionID: versionID,
    		})
    		errs = make([]error, len(errs))
    		if err == nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 33.8K bytes
    - Viewed (0)
  9. src/go/types/call.go

    				}
    			case *Builtin:
    				x.mode = builtin
    				x.typ = exp.typ
    				x.id = exp.id
    			default:
    				check.dump("%v: unexpected object %v", e.Sel.Pos(), exp)
    				panic("unreachable")
    			}
    			x.expr = e
    			return
    		}
    	}
    
    	check.exprOrType(x, e.X, false)
    	switch x.mode {
    	case typexpr:
    		// don't crash for "type T T.x" (was go.dev/issue/51509)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  10. schema/relationship.go

    		}
    	} else {
    		relation.JoinTable.Relationships.Relations[relRefName].References = []*Reference{}
    	}
    
    	// build references
    	for _, f := range relation.JoinTable.Fields {
    		if f.Creatable || f.Readable || f.Updatable {
    			// use same data type for foreign keys
    			if copyableDataType(fieldsMap[f.Name].DataType) {
    				f.DataType = fieldsMap[f.Name].DataType
    			}
    			f.GORMDataType = fieldsMap[f.Name].GORMDataType
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 03:46:59 UTC 2024
    - 22.7K bytes
    - Viewed (0)
Back to top