Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forklift (0.16 sec)

  1. src/cmd/cgo/gcc.go

    	// Cache of already-translated or in-progress types.
    	m map[string]*Type
    
    	// Map from types to incomplete pointers to those types.
    	ptrs map[string][]*Type
    	// Keys of ptrs in insertion order (deterministic worklist)
    	// ptrKeys contains exactly the keys in ptrs.
    	ptrKeys []dwarf.Type
    
    	// Type names X for which there exists an XGetTypeID function with type func() CFTypeID.
    	getTypeIDs map[string]bool
    
    Go
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top