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

2 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)