Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verboseAST (0.08 sec)

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

    	'd': &Qualified{Scope: &Name{Name: "std"}, Name: &Name{Name: "iostream"}},
    }
    
    // verboseAST maps standard substitution codes to the long form of the
    // corresponding AST.  We use this when the Verbose option is used, to
    // match the standard demangler.
    var verboseAST = map[byte]AST{
    	't': &Name{Name: "std"},
    	'a': &Qualified{Scope: &Name{Name: "std"}, Name: &Name{Name: "allocator"}},
    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