Home
last modified time | relevance | path

Searched defs:ExtensionDesc (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dextensions.go164 type ExtensionDesc struct { struct
165 ExtendedType Message // nil pointer to the type that is being extended
166 ExtensionType interface{} // nil pointer to the extension type
167 Field int32 // field number
168 Name string // fully-qualified name of extension, for text formatting
169 Tag string // protobuf tag style
170 Filename string // name of the file in which the extension is defined
173 func (ed *ExtensionDesc) repeated() bool {
214 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
243 func extensionProperties(ed *ExtensionDesc) *Properties {
[all …]
/external/golang-protobuf/proto/
Dextensions.go164 type ExtensionDesc struct { struct
165 ExtendedType Message // nil pointer to the type that is being extended
166 ExtensionType interface{} // nil pointer to the extension type
167 Field int32 // field number
168 Name string // fully-qualified name of extension, for text formatting
169 Tag string // protobuf tag style
170 Filename string // name of the file in which the extension is defined
173 func (ed *ExtensionDesc) repeated() bool {
230 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
259 func extensionProperties(ed *ExtensionDesc) *Properties {
[all …]
Dextensions_test.go221 func sortExtDescs(s []*proto.ExtensionDesc) {