Searched refs:unmarshalType (Results 1 – 1 of 1) sorted by relevance
/external/golang-protobuf/proto/ |
D | decode.go | 430 return p.unmarshalType(typ.Elem(), GetProperties(typ.Elem()), true, base) 452 err = p.unmarshalType(typ.Elem(), GetProperties(typ.Elem()), false, base) 462 func (o *Buffer) unmarshalType(st reflect.Type, prop *StructProperties, is_group bool, base structP… func 892 return o.unmarshalType(p.stype, p.sprop, true, bas) 920 err = o.unmarshalType(p.stype, p.sprop, false, bas) 944 err := o.unmarshalType(p.stype, p.sprop, is_group, bas) 964 err = o.unmarshalType(p.stype, p.sprop, is_group, bas)
|