Home
last modified time | relevance | path

Searched defs:scalarField (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dlib.go721 type scalarField struct { struct
722 index int // struct field index
723 kind reflect.Kind // element type (the T in *T or []T)
724 value interface{} // the proto-declared default value, or nil
/external/golang-protobuf/proto/
Dlib.go759 type scalarField struct { struct
760 index int // struct field index
761 kind reflect.Kind // element type (the T in *T or []T)
762 value interface{} // the proto-declared default value, or nil