Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sameType (0.15 sec)

  1. src/crypto/tls/handshake_messages.go

    				return false
    			}
    			for !nameList.Empty() {
    				var nameType uint8
    				var serverName cryptobyte.String
    				if !nameList.ReadUint8(&nameType) ||
    					!nameList.ReadUint16LengthPrefixed(&serverName) ||
    					serverName.Empty() {
    					return false
    				}
    				if nameType != 0 {
    					continue
    				}
    				if len(m.serverName) != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorTest.java

            }
        }
    
        public interface SomeType {
            String getInterfaceProperty();
        }
    
        public interface SomeNamedType extends SomeType, Named {
        }
    
        @NonExtensible
        public static class NotExtensibleBean {
    
        }
    
        @NoConventionMapping
        public static class NoMappingBean implements SomeType {
            public String getProperty() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 74.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	UnlockFileEx(file Handle, reserved uint32, bytesLow uint32, bytesHigh uint32, overlapped *Overlapped) (err error)
    //sys	GetComputerName(buf *uint16, n *uint32) (err error) = GetComputerNameW
    //sys	GetComputerNameEx(nametype uint32, buf *uint16, n *uint32) (err error) = GetComputerNameExW
    //sys	SetEndOfFile(handle Handle) (err error)
    //sys	SetFileValidData(handle Handle, validDataLength int64) (err error)
    //sys	GetSystemTimeAsFileTime(time *Filetime)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
Back to top