Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for blocksize (0.19 sec)

  1. doc/go_spec.html

    	polar Point                   // polar and Point denote different types
    )
    
    type TreeNode struct {
    	left, right *TreeNode
    	value any
    }
    
    type Block interface {
    	BlockSize() int
    	Encrypt(src, dst []byte)
    	Decrypt(src, dst []byte)
    }
    </pre>
    
    <p>
    A defined type may have <a href="#Method_declarations">methods</a> associated with it.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Atimespec Timespec
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Birthtimespec Timespec
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Blksize uint32
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Blocks int64
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Ctimespec Timespec
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Dev uint64
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), type Stat_t struct, Atimespec Timespec
    pkg syscall (darwin-arm64), type Stat_t struct, Birthtimespec Timespec
    pkg syscall (darwin-arm64), type Stat_t struct, Blksize int32
    pkg syscall (darwin-arm64), type Stat_t struct, Blocks int64
    pkg syscall (darwin-arm64), type Stat_t struct, Ctimespec Timespec
    pkg syscall (darwin-arm64), type Stat_t struct, Dev int32
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top