Searched refs:FindFileByPath (Results 1 – 8 of 8) sorted by relevance
/external/golang-protobuf/internal/impl/ |
D | legacy_file.go | 73 func (r resolverOnly) FindFileByPath(path string) (protoreflect.FileDescriptor, error) { func 74 return r.reg.FindFileByPath(path)
|
/external/golang-protobuf/reflect/protodesc/ |
D | desc.go | 33 FindFileByPath(string) (protoreflect.FileDescriptor, error) methodSpec 128 f, err := r.FindFileByPath(path)
|
/external/golang-protobuf/internal/filedesc/ |
D | build.go | 48 FindFileByPath(string) (protoreflect.FileDescriptor, error)
|
D | desc_lazy.go | 157 imp, _ := fd.builder.FileRegistry.FindFileByPath(path)
|
/external/golang-protobuf/internal/filetype/ |
D | build.go | 277 FindFileByPath(string) (pref.FileDescriptor, error) methodSpec
|
/external/starlark-go/lib/proto/ |
D | proto.go | 138 FindFileByPath(string) (protoreflect.FileDescriptor, error) methodSpec 181 desc, err := pool.FindFileByPath(filename)
|
/external/golang-protobuf/reflect/protoregistry/ |
D | registry_test.go | 320 fd, gotErr := files.FindFileByPath(tc.inPath)
|
D | registry.go | 313 func (r *Files) FindFileByPath(path string) (protoreflect.FileDescriptor, error) { func
|