Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 129 for Mi (0.09 sec)

  1. test/fixedbugs/bug514.go

    type myInt struct {
    	f *notInHeap
    }
    
    func (mi myInt) Get() int {
    	return int(mi.f.i)
    }
    
    type embed struct {
    	*myInt
    }
    
    var val = 1234
    
    var valNotInHeap = notInHeap{i: val}
    
    func main() {
    	i := val
    	check(i)
    	mi := myInt{f: &valNotInHeap}
    	check(mi.Get())
    	ifv := iface(mi)
    	check(ifv.Get())
    	ifv = iface(&mi)
    	check(ifv.Get())
    	em := embed{&mi}
    	check(em.Get())
    	ifv = em
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 02 15:27:18 UTC 2022
    - 782 bytes
    - Viewed (0)
  2. src/internal/types/testdata/spec/range.go

    	}
    	for i = range f7 {
    		_ = i
    	}
    	for mi, _ := range f8 {
    		_ = mi
    	}
    	for mi, _ = range f8 {
    		_ = mi
    	}
    	for mi, ms := range f8 {
    		_, _ = mi, ms
    	}
    	for i /* ERROR "cannot use i (value of type MyInt) as int value in assignment" */, s /* ERROR "cannot use s (value of type MyString) as string value in assignment" */ = range f8 {
    		_, _ = mi, ms
    	}
    	for mi, ms := range f8 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 04:31:42 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  3. pkg/zdsapi/zds.pb.go

    	*x = ZdsHello{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_zdsapi_zds_proto_msgTypes[0]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *ZdsHello) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*ZdsHello) ProtoMessage() {}
    
    func (x *ZdsHello) ProtoReflect() protoreflect.Message {
    	mi := &file_zdsapi_zds_proto_msgTypes[0]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/DefaultImmutableModuleIdentifierFactory.java

            ModuleIdentifier mi = module(group, name);
            return moduleWithVersion(mi, version);
        }
    
        @Override
        public ModuleVersionIdentifier moduleWithVersion(ModuleIdentifier mi, String version) {
            Map<String, ModuleVersionIdentifier> byVersion = idToVersions.get(mi);
            if (byVersion == null) {
                byVersion = idToVersions.computeIfAbsent(mi, k -> new ConcurrentHashMap<>());
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  5. pkg/test/echo/proto/echo.pb.go

    	if protoimpl.UnsafeEnabled {
    		mi := &file_test_echo_proto_echo_proto_msgTypes[0]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *EchoRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*EchoRequest) ProtoMessage() {}
    
    func (x *EchoRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_test_echo_proto_echo_proto_msgTypes[0]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go

    	YIELD
    	YIELD_ZZ
    )
    
    var opstr = [...]string{
    	ADC_EQ:            "ADC.EQ",
    	ADC_NE:            "ADC.NE",
    	ADC_CS:            "ADC.CS",
    	ADC_CC:            "ADC.CC",
    	ADC_MI:            "ADC.MI",
    	ADC_PL:            "ADC.PL",
    	ADC_VS:            "ADC.VS",
    	ADC_VC:            "ADC.VC",
    	ADC_HI:            "ADC.HI",
    	ADC_LS:            "ADC.LS",
    	ADC_GE:            "ADC.GE",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 267.4K bytes
    - Viewed (0)
  7. pkg/workloadapi/security/authorization.pb.go

    func (x *Authorization) ProtoReflect() protoreflect.Message {
    	mi := &file_workloadapi_security_authorization_proto_msgTypes[0]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		if ms.LoadMessageInfo() == nil {
    			ms.StoreMessageInfo(mi)
    		}
    		return ms
    	}
    	return mi.MessageOf(x)
    }
    
    // Deprecated: Use Authorization.ProtoReflect.Descriptor instead.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  8. pkg/test/config/mock_config.pb.go

    	*x = MockConfig{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_pkg_test_config_mock_config_proto_msgTypes[0]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *MockConfig) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*MockConfig) ProtoMessage() {}
    
    func (x *MockConfig) ProtoReflect() protoreflect.Message {
    	mi := &file_pkg_test_config_mock_config_proto_msgTypes[0]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 03 17:06:22 UTC 2022
    - 7.6K bytes
    - Viewed (0)
  9. pkg/workloadapi/workload.pb.go

    	*x = Address{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_workloadapi_workload_proto_msgTypes[0]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *Address) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*Address) ProtoMessage() {}
    
    func (x *Address) ProtoReflect() protoreflect.Message {
    	mi := &file_workloadapi_workload_proto_msgTypes[0]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  10. pkg/dns/proto/nds.pb.go

    	*x = NameTable{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_dns_proto_nds_proto_msgTypes[0]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *NameTable) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*NameTable) ProtoMessage() {}
    
    func (x *NameTable) ProtoReflect() protoreflect.Message {
    	mi := &file_dns_proto_nds_proto_msgTypes[0]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top