Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for UintFactory (0.21 sec)

  1. src/go/doc/testdata/b.1.golden

    	// Should only appear if AllDecls is set. 
    	type uint struct{}	// overrides a predeclared type uint
    
    	// Associated with uint type if AllDecls is set. 
    	func UintFactory() uint
    
    	// Associated with uint type if AllDecls is set. 
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 11 16:05:02 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  2. src/go/doc/testdata/b.go

    // Always under the package functions list.
    func NotAFactory() int {}
    
    // Associated with uint type if AllDecls is set.
    func UintFactory() uint {}
    
    // Associated with uint type if AllDecls is set.
    func uintFactory() uint {}
    
    // Associated with comparable type if AllDecls is set.
    func ComparableFactory() comparable {}
    
    // Should only appear if AllDecls is set.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 11 16:05:02 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  3. src/go/doc/testdata/b.0.golden

    	// 
    	func F(x int) int
    
    	// 
    	func F1() notExported
    
    	// Always under the package functions list. 
    	func NotAFactory() int
    
    	// Associated with uint type if AllDecls is set. 
    	func UintFactory() uint
    
    
    TYPES
    	// 
    	type T struct{}	// T
    
    	// 
    	var V T	// v
    
    	// 
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 11 16:05:02 UTC 2022
    - 766 bytes
    - Viewed (0)
  4. src/go/doc/testdata/b.2.golden

    	// 
    	func F(x int) int
    
    	// 
    	func F1() notExported
    
    	// Always under the package functions list. 
    	func NotAFactory() int
    
    	// Associated with uint type if AllDecls is set. 
    	func UintFactory() uint
    
    
    TYPES
    	// 
    	type T struct{}	// T
    
    	// 
    	var V T	// v
    
    	// 
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 11 16:05:02 UTC 2022
    - 766 bytes
    - Viewed (0)
Back to top