Searched defs:ParentFile (Results 1 – 5 of 5) sorted by relevance
33 func (f PlaceholderFile) ParentFile() protoreflect.FileDescriptor { return f } func55 func (e PlaceholderEnum) ParentFile() protoreflect.FileDescriptor { return nil } func72 func (e PlaceholderEnumValue) ParentFile() protoreflect.FileDescriptor { return nil } func87 func (m PlaceholderMessage) ParentFile() protoreflect.FileDescriptor { return nil } func
62 func (fd *File) ParentFile() protoreflect.FileDescriptor { return fd } func485 ParentFile *File // must be populated member493 func (d *Base) ParentFile() protoreflect.FileDescriptor { func
145 func (x placeholderExtension) ParentFile() protoreflect.FileDescriptor { return nil } func
26 ParentFile() FileDescriptor methodSpec
515 FileID ParentFile = SM.getFileID(LCA); in handleFileExit() local