Home
last modified time | relevance | path

Searched defs: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 {
642 func (s structWithMethod) callers() []uintptr {
647 func (s structWithMethod) stack() string {
652 func (s structWithMethod) nop() {}
654 func (s structWithMethod) inlinablePanic() { panic("panic") }