Searched refs:marshalElemInfo (Results 1 – 1 of 1) sorted by relevance
67 extElems map[int32]*marshalElemInfo // info of extension elements80 oneofElems map[reflect.Type]*marshalElemInfo // info of oneof elements84 type marshalElemInfo struct { struct398 func (u *marshalInfo) getExtElemInfo(desc *ExtensionDesc) *marshalElemInfo {423 e = &marshalElemInfo{435 u.extElems = make(map[int32]*marshalElemInfo)467 fi.oneofElems = make(map[reflect.Type]*marshalElemInfo)483 fi.oneofElems[t.Elem()] = &marshalElemInfo{