Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for ptrType (0.07 sec)

  1. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    			break
    		}
    		if st.str[0] == 'Q' {
    			// This is a requires clause.
    			break
    		}
    		ptype := st.demangleType(false)
    
    		if len(ret) == 0 && explicitObjectParameter {
    			ptype = &ExplicitObjectParameter{Base: ptype}
    		}
    
    		ret = append(ret, ptype)
    	}
    
    	// There should always be at least one type.  A function that
    	// takes no arguments will have a single parameter type
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
Back to top