Searched refs:FindFileByPath (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | legacy_file.go | 73 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 D | desc.go | 33 FindFileByPath(string) (protoreflect.FileDescriptor, error) methodSpec 128 f, err := r.FindFileByPath(path)
|
/aosp_15_r20/external/golang-protobuf/internal/filedesc/ |
H A D | build.go | 47 FindFileByPath(string) (protoreflect.FileDescriptor, error)
|
H A D | desc_lazy.go | 157 imp, _ := fd.builder.FileRegistry.FindFileByPath(path)
|
/aosp_15_r20/external/golang-protobuf/internal/filetype/ |
H A D | build.go | 276 FindFileByPath(string) (protoreflect.FileDescriptor, error) methodSpec
|
/aosp_15_r20/external/starlark-go/lib/proto/ |
H A D | proto.go | 138 FindFileByPath(string) (protoreflect.FileDescriptor, error) methodSpec 181 desc, err := pool.FindFileByPath(filename)
|
/aosp_15_r20/external/golang-protobuf/reflect/protoregistry/ |
H A D | registry.go | 315 func (r *Files) FindFileByPath(path string) (protoreflect.FileDescriptor, error) { func
|
H A D | registry_test.go | 320 fd, gotErr := files.FindFileByPath(tc.inPath)
|