Home
last modified time | relevance | path

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

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