Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for typeSet (0.19 sec)

  1. src/cmd/compile/internal/ssa/rewriteARM64.go

    		v0.AuxInt = int64ToAuxInt(0)
    		v1 := b.NewValue0(v.Pos, OpARM64STP, types.TypeMem)
    		v1.AuxInt = int32ToAuxInt(32)
    		v2 := b.NewValue0(v.Pos, OpARM64STP, types.TypeMem)
    		v2.AuxInt = int32ToAuxInt(16)
    		v3 := b.NewValue0(v.Pos, OpARM64STP, types.TypeMem)
    		v3.AuxInt = int32ToAuxInt(0)
    		v3.AddArg4(ptr, v0, v0, mem)
    		v2.AddArg4(ptr, v0, v0, v3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

    internal struct. You also need to register your various plugin types.\n\n// Internal package:\n\n\ttype MyAPIObject struct {\n\t\truntime.TypeMeta `json:\",inline\"`\n\t\tMyPlugin runtime.Object `json:\"myPlugin\"`\n\t}\n\n\ttype PluginA struct {\n\t\tAOption string `json:\"aOption\"`\n\t}\n\n// External package:\n\n\ttype MyAPIObject struct {\n\t\truntime.TypeMeta `json:\",inline\"`\n\t\tMyPlugin runtime.RawExtension `json:\"myPlugin\"`\n\t}\n\n\ttype PluginA struct {\n\t\tAOption string `json:\"a...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top