Searched refs:marshalElemInfo (Results 1 – 2 of 2) sorted by relevance
67 extElems map[int32]*marshalElemInfo // info of extension elements80 oneofElems map[reflect.Type]*marshalElemInfo // info of oneof elements84 type marshalElemInfo struct { struct389 func (u *marshalInfo) getExtElemInfo(desc *ExtensionDesc) *marshalElemInfo {406 e = &marshalElemInfo{417 u.extElems = make(map[int32]*marshalElemInfo)449 fi.oneofElems = make(map[reflect.Type]*marshalElemInfo)465 fi.oneofElems[t.Elem()] = &marshalElemInfo{
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{