Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for name (0.45 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const MS_SYNC = 4
    pkg syscall (netbsd-arm64-cgo), const MS_SYNC ideal-int
    pkg syscall (netbsd-arm64-cgo), const NAME_MAX = 511
    pkg syscall (netbsd-arm64-cgo), const NAME_MAX ideal-int
    pkg syscall (netbsd-arm64-cgo), const NET_RT_DUMP = 1
    pkg syscall (netbsd-arm64-cgo), const NET_RT_DUMP ideal-int
    pkg syscall (netbsd-arm64-cgo), const NET_RT_FLAGS = 2
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    struct {
    	T1        // field name is T1
    	*T2       // field name is T2
    	P.T3      // field name is T3
    	*P.T4     // field name is T4
    	x, y int  // field names are x and y
    }
    </pre>
    
    <p>
    The following declaration is illegal because field names must be unique
    in a struct type:
    </p>
    
    <pre>
    struct {
    	T     // conflicts with embedded field *T and *P.T
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg io/fs, method (FileMode) String() string
    pkg io/fs, method (FileMode) Type() FileMode
    pkg io/fs, type DirEntry interface { Info, IsDir, Name, Type }
    pkg io/fs, type DirEntry interface, Info() (FileInfo, error)
    pkg io/fs, type DirEntry interface, IsDir() bool
    pkg io/fs, type DirEntry interface, Name() string
    pkg io/fs, type DirEntry interface, Type() FileMode
    pkg io/fs, type FS interface { Open }
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top