Searched refs:structWithMethod (Results 1 – 1 of 1) sorted by relevance
632 type structWithMethod struct{} struct634 func (s structWithMethod) caller() string { argument642 func (s structWithMethod) callers() []uintptr { argument647 func (s structWithMethod) stack() string { argument652 func (s structWithMethod) nop() {} argument654 func (s structWithMethod) inlinablePanic() { panic("panic") } argument657 var d structWithMethod659 wrapper := (*structWithMethod).caller667 var d structWithMethod668 wrapper := (*structWithMethod).callers[all …]