Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dtable_marshal.go58 fields []*marshalFieldInfo
71 type marshalFieldInfo struct { struct
349 fields := make([]marshalFieldInfo, n) // batch allocation
350 u.fields = make([]*marshalFieldInfo, 0, n)
381 type byTag []*marshalFieldInfo
425 func (fi *marshalFieldInfo) computeMarshalFieldInfo(f *reflect.StructField) { argument
444 func (fi *marshalFieldInfo) computeOneofFieldInfo(f *reflect.StructField, oneofImplementers []inter… argument
496 func (fi *marshalFieldInfo) setTag(f *reflect.StructField, tag int, wt uint64) { argument
503 func (fi *marshalFieldInfo) setMarshaler(f *reflect.StructField, tags []string) { argument
2325 func makeOneOfMarshaler(fi *marshalFieldInfo, f *reflect.StructField) (sizer, marshaler) { argument
/external/golang-protobuf/proto/
Dtable_marshal.go58 fields []*marshalFieldInfo
71 type marshalFieldInfo struct { struct
358 fields := make([]marshalFieldInfo, n) // batch allocation
359 u.fields = make([]*marshalFieldInfo, 0, n)
390 type byTag []*marshalFieldInfo
443 func (fi *marshalFieldInfo) computeMarshalFieldInfo(f *reflect.StructField) { argument
462 func (fi *marshalFieldInfo) computeOneofFieldInfo(f *reflect.StructField, oneofImplementers []inter… argument
510 func (fi *marshalFieldInfo) setTag(f *reflect.StructField, tag int, wt uint64) { argument
517 func (fi *marshalFieldInfo) setMarshaler(f *reflect.StructField, tags []string) { argument
2362 func makeOneOfMarshaler(fi *marshalFieldInfo, f *reflect.StructField) (sizer, marshaler) { argument