reflect.structType.FieldByNameFunc (method, view implemented interface methods)

3 uses

	reflect (current package)
		type.go#L947: 	return tt.FieldByNameFunc(match)
		type.go#L1240: func (t *structType) FieldByNameFunc(match func(string) bool) (result StructField, ok bool) {
		type.go#L1363: 	return t.FieldByNameFunc(func(s string) bool { return s == name })