Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isMaxLength (0.09 sec)

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

    	max := 0
    	for _, o := range options {
    		switch {
    		case o == NoTemplateParams:
    			tparams = false
    		case o == NoEnclosingParams:
    			enclosingParams = false
    		case o == LLVMStyle:
    			llvmStyle = true
    		case isMaxLength(o):
    			max = maxLength(o)
    		}
    	}
    
    	ps := printState{
    		tparams:         tparams,
    		enclosingParams: enclosingParams,
    		llvmStyle:       llvmStyle,
    		max:             max,
    		scopes:          1,
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
Back to top