Home
last modified time | relevance | path

Searched refs:marshalElemInfo (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dtable_marshal.go67 extElems map[int32]*marshalElemInfo // info of extension elements
80 oneofElems map[reflect.Type]*marshalElemInfo // info of oneof elements
84 type marshalElemInfo struct { struct
389 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{
/external/golang-protobuf/proto/
Dtable_marshal.go67 extElems map[int32]*marshalElemInfo // info of extension elements
80 oneofElems map[reflect.Type]*marshalElemInfo // info of oneof elements
84 type marshalElemInfo struct { struct
398 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{