google.golang.org/protobuf/reflect/protoregistry.Types.FindMessageByURL (method, view implemented interface methods)
5 uses
google.golang.org/protobuf/reflect/protoregistry (current package)
registry.go#L636: func (r *Types) FindMessageByURL(url string) (protoreflect.MessageType, error) {
github.com/golang/protobuf/jsonpb
decode.go#L171: mt, err := protoregistry.GlobalTypes.FindMessageByURL(typeURL)
encode.go#L330: mt, err := protoregistry.GlobalTypes.FindMessageByURL(typeURL)
github.com/golang/protobuf/proto
text_decode.go#L201: mt, err := protoregistry.GlobalTypes.FindMessageByURL(name)
text_encode.go#L227: mt, err := protoregistry.GlobalTypes.FindMessageByURL(url)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)