Searched defs:ExtensionDesc (Results 1 – 3 of 3) sorted by relevance
164 type ExtensionDesc struct { struct165 ExtendedType Message // nil pointer to the type that is being extended166 ExtensionType interface{} // nil pointer to the extension type167 Field int32 // field number168 Name string // fully-qualified name of extension, for text formatting169 Tag string // protobuf tag style170 Filename string // name of the file in which the extension is defined173 func (ed *ExtensionDesc) repeated() bool {214 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {243 func extensionProperties(ed *ExtensionDesc) *Properties {[all …]
164 type ExtensionDesc struct { struct165 ExtendedType Message // nil pointer to the type that is being extended166 ExtensionType interface{} // nil pointer to the extension type167 Field int32 // field number168 Name string // fully-qualified name of extension, for text formatting169 Tag string // protobuf tag style170 Filename string // name of the file in which the extension is defined173 func (ed *ExtensionDesc) repeated() bool {230 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {259 func extensionProperties(ed *ExtensionDesc) *Properties {[all …]
221 func sortExtDescs(s []*proto.ExtensionDesc) {