Home
last modified time | relevance | path

Searched refs:structWithMethod (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dstack_test.go632 type structWithMethod struct{} struct
634 func (s structWithMethod) caller() string { argument
642 func (s structWithMethod) callers() []uintptr { argument
647 func (s structWithMethod) stack() string { argument
652 func (s structWithMethod) nop() {} argument
654 func (s structWithMethod) inlinablePanic() { panic("panic") } argument
657 var d structWithMethod
659 wrapper := (*structWithMethod).caller
667 var d structWithMethod
668 wrapper := (*structWithMethod).callers
[all …]