Home
last modified time | relevance | path

Searched defs:FieldByNameFunc (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/reflect/
Dtype.go196 FieldByNameFunc(match func(string) bool) (StructField, bool) methodSpec
768 func (t *rtype) FieldByNameFunc(match func(string) bool) (StructField, bool) { func
1168 func (t *structType) FieldByNameFunc(match func(string) bool) (result StructField, ok bool) { func
Dvalue.go1357 func (v Value) FieldByNameFunc(match func(string) bool) Value { func