Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for salary (0.07 sec)

  1. pilot/pkg/networking/core/route/route_test.go

    				Match: []*networking.HTTPMatchRequest{
    					{
    						Name: "header match",
    						Headers: map[string]*networking.StringMatch{
    							"cookie": {
    								MatchType: &networking.StringMatch_Exact{Exact: "canary"},
    							},
    						},
    					},
    				},
    				Route: []*networking.HTTPRouteDestination{
    					{
    						Destination: &networking.Destination{
    							Host: "example2.default.svc.cluster.local",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  2. src/reflect/type.go

    		Typ:    field.Type.common(),
    		Offset: 0,
    	}
    	return f, field.PkgPath
    }
    
    // typeptrdata returns the length in bytes of the prefix of t
    // containing pointer data. Anything after this offset is scalar data.
    // keep in sync with ../cmd/compile/internal/reflectdata/reflect.go
    func typeptrdata(t *abi.Type) uintptr {
    	switch t.Kind() {
    	case abi.Struct:
    		st := (*structType)(unsafe.Pointer(t))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
Back to top