google.golang.org/protobuf/reflect/protoregistry.Files.FindFileByPath (method, view implemented interface methods)

3 uses

	google.golang.org/protobuf/reflect/protoregistry (current package)
		registry.go#L315: func (r *Files) FindFileByPath(path string) (protoreflect.FileDescriptor, error) {

	google.golang.org/protobuf/internal/impl
		legacy_file.go#L74: 	return r.reg.FindFileByPath(path)

	github.com/golang/protobuf/proto
		registry.go#L65: 	if fd, _ := protoregistry.GlobalFiles.FindFileByPath(s); fd != nil {