Home
last modified time | relevance | path

Searched refs:getMarshalInfo (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/proto/
Dtable_marshal.go101 func getMarshalInfo(t reflect.Type) *marshalInfo { func
154 u = getMarshalInfo(t.Elem())
798 return makeGroupSliceMarshaler(getMarshalInfo(t))
800 return makeGroupMarshaler(getMarshalInfo(t))
803 return makeMessageSliceMarshaler(getMarshalInfo(t))
805 return makeMessageMarshaler(getMarshalInfo(t))
2305 u := getMarshalInfo(valType.Elem())