Searched defs:FieldByNameFunc (Results 1 – 2 of 2) sorted by relevance
196 FieldByNameFunc(match func(string) bool) (StructField, bool) methodSpec768 func (t *rtype) FieldByNameFunc(match func(string) bool) (StructField, bool) { func1168 func (t *structType) FieldByNameFunc(match func(string) bool) (result StructField, ok bool) { func
1357 func (v Value) FieldByNameFunc(match func(string) bool) Value { func