Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go2345 type SizeofArgs struct { struct
2346 Args []AST
2349 func (sa *SizeofArgs) print(ps *printState) {
2363 func (sa *SizeofArgs) Traverse(fn func(AST) bool) {
2371 func (sa *SizeofArgs) Copy(fn func(AST) AST, skip func(AST) bool) AST {
2396 func (sa *SizeofArgs) GoString() string {
2400 func (sa *SizeofArgs) goString(indent int, field string) string {