Searched refs:getMarshalInfo (Results 1 – 1 of 1) sorted by relevance
101 func getMarshalInfo(t reflect.Type) *marshalInfo { func154 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())