Home
last modified time | relevance | path

Searched refs:FindFileByPath (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dlegacy_file.go73 func (r resolverOnly) FindFileByPath(path string) (protoreflect.FileDescriptor, error) { func
74 return r.reg.FindFileByPath(path)
/aosp_15_r20/external/golang-protobuf/reflect/protodesc/
H A Ddesc.go33 FindFileByPath(string) (protoreflect.FileDescriptor, error) methodSpec
128 f, err := r.FindFileByPath(path)
/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Dbuild.go47 FindFileByPath(string) (protoreflect.FileDescriptor, error)
H A Ddesc_lazy.go157 imp, _ := fd.builder.FileRegistry.FindFileByPath(path)
/aosp_15_r20/external/golang-protobuf/internal/filetype/
H A Dbuild.go276 FindFileByPath(string) (protoreflect.FileDescriptor, error) methodSpec
/aosp_15_r20/external/starlark-go/lib/proto/
H A Dproto.go138 FindFileByPath(string) (protoreflect.FileDescriptor, error) methodSpec
181 desc, err := pool.FindFileByPath(filename)
/aosp_15_r20/external/golang-protobuf/reflect/protoregistry/
H A Dregistry.go315 func (r *Files) FindFileByPath(path string) (protoreflect.FileDescriptor, error) { func
H A Dregistry_test.go320 fd, gotErr := files.FindFileByPath(tc.inPath)