Home
last modified time | relevance | path

Searched defs:ParentFile (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Dplaceholder.go33 func (f PlaceholderFile) ParentFile() protoreflect.FileDescriptor { return f } func
55 func (e PlaceholderEnum) ParentFile() protoreflect.FileDescriptor { return nil } func
72 func (e PlaceholderEnumValue) ParentFile() protoreflect.FileDescriptor { return nil } func
87 func (m PlaceholderMessage) ParentFile() protoreflect.FileDescriptor { return nil } func
H A Ddesc.go62 func (fd *File) ParentFile() protoreflect.FileDescriptor { return fd } func
485 ParentFile *File // must be populated member
493 func (d *Base) ParentFile() protoreflect.FileDescriptor { func
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dlegacy_extension.go145 func (x placeholderExtension) ParentFile() protoreflect.FileDescriptor { return nil } func
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dtype.go26 ParentFile() FileDescriptor methodSpec
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp515 FileID ParentFile = SM.getFileID(LCA); in handleFileExit() local