Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/test/fixedbugs/bug345.dir/
Dio.go11 type SectionReader struct { struct
12 X int
15 func SR(*SectionReader) {}
/prebuilts/go/linux-x86/src/io/
Dio.go501 type SectionReader struct { struct
502 r ReaderAt // constant after creation
503 base int64 // constant after creation
504 off int64
505 limit int64 // constant after creation
506 n int64 // constant after creation member
509 func (s *SectionReader) Read(p []byte) (n int, err error) {
524 func (s *SectionReader) Seek(offset int64, whence int) (int64, error) {
542 func (s *SectionReader) ReadAt(p []byte, off int64) (n int, err error) {
559 func (s *SectionReader) Size() int64 { return s.limit - s.base }
[all …]
/prebuilts/go/linux-x86/test/fixedbugs/
Dissue44266.go16 io.SectionReader anonMember
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
Dar.go118 func elfFromAr(member *io.SectionReader) (io.ReadSeeker, error) {
/prebuilts/go/linux-x86/src/mime/multipart/
Dformdata.go297 *io.SectionReader anonMember