Searched refs:getMarshalInfo (Results 1 – 2 of 2) 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())
100 func getMarshalInfo(t reflect.Type) *marshalInfo { func153 u = getMarshalInfo(t.Elem())784 return makeGroupSliceMarshaler(getMarshalInfo(t))786 return makeGroupMarshaler(getMarshalInfo(t))789 return makeMessageSliceMarshaler(getMarshalInfo(t))791 return makeMessageMarshaler(getMarshalInfo(t))