Home
last modified time | relevance | path

Searched defs:LambdaAuto (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go526 type LambdaAuto struct { struct
527 Index int
530 func (la *LambdaAuto) print(ps *printState) {
540 func (la *LambdaAuto) Traverse(fn func(AST) bool) {
544 func (la *LambdaAuto) Copy(fn func(AST) AST, skip func(AST) bool) AST {
551 func (la *LambdaAuto) GoString() string {
555 func (la *LambdaAuto) goString(indent int, field string) string {