Searched defs:unmarshaler (Results 1 – 2 of 2) sorted by relevance
/external/golang-protobuf/proto/ |
D | table_unmarshal.go | 89 type unmarshaler func(b []byte, f pointer, w int) ([]byte, error) type 1821 func makeUnmarshalOneof(typ, ityp reflect.Type, unmarshal unmarshaler) unmarshaler {
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | table_unmarshal.go | 89 type unmarshaler func(b []byte, f pointer, w int) ([]byte, error) type 1817 func makeUnmarshalOneof(typ, ityp reflect.Type, unmarshal unmarshaler) unmarshaler {
|