Searched refs:structFieldByName (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | text_parser.go | 385 func structFieldByName(sprops *StructProperties, name string) (int, *Properties, bool) { func 573 fi, props, ok := structFieldByName(sprops, name)
|
/external/golang-protobuf/proto/ |
D | text_parser.go | 385 func structFieldByName(sprops *StructProperties, name string) (int, *Properties, bool) { func 573 fi, props, ok := structFieldByName(sprops, name)
|