Searched defs:tell (Results 1 – 9 of 9) sorted by relevance
66 uint64_t FileWriter::tell() { in tell() function in FileWriter
311 ErrorOr<off_t> File::tell() { tell() function in LIBC_NAMESPACE::File
32 size_t tell() const { return NextOffset; } in tell() function in __anoncb0bc1f90111::BlobAllocator [all...]
68 uint64_t tell() const { return OS.tell(); } tell() function in __anon934faf2d0111::ContiguousBlobAccumulator
184 uint64_t tell() const { return FS->tell(); } in tell() function
71 uint64_t tell() const { return Offset; } in tell() function
147 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell() function
42 def tell(self): member in FileExtract
57 [[nodiscard]] uint64_t tell() const { return OS.tell(); } tell() function in llvm::ProfOStream [all...]