Searched defs:structWithMethod (Results 1 – 1 of 1) sorted by relevance
632 type structWithMethod struct{} struct634 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") }