Searched refs:extendableProto (Results 1 – 1 of 1) sorted by relevance
58 type extendableProto interface { interface95 func extendable(p interface{}) (extendableProto, error) {97 case extendableProto:220 func isExtensionField(pb extendableProto, field int32) bool { argument230 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error { argument