(f *codecFnInfo, rv reflect.Value)
| 1167 | e.mapEnd() |
| 1168 | } |
| 1169 | func (e *Encoder) fastpathEncMapStringInt32R(f *codecFnInfo, rv reflect.Value) { |
| 1170 | fastpathTV.EncMapStringInt32V(rv2i(rv).(map[string]int32), e) |
| 1171 | } |
| 1172 | func (fastpathT) EncMapStringInt32V(v map[string]int32, e *Encoder) { |
| 1173 | e.mapStart(len(v)) |
| 1174 | if e.h.Canonical { |
nothing calls this directly
no test coverage detected