Home
last modified time | relevance | path

Searched defs:Tell (Results 1 – 21 of 21) sorted by relevance

/external/perf_data_converter/src/quipper/
Dfile_reader.h24 size_t Tell() const override { return ftell(infile_); } in Tell() function
Dbuffer_reader.h23 size_t Tell() const override { return offset_; } in Tell() function
Dbuffer_writer.h23 size_t Tell() const override { return offset_; } in Tell() function
/external/tensorflow/tensorflow/core/lib/io/
Dinputbuffer.h77 int64 Tell() const { return file_pos_ - (limit_ - pos_); } in Tell() function
Dinputstream_interface_test.cc40 int64 Tell() const override { return pos_; } in Tell() function in tensorflow::io::__anona6e301820111::TestStringStream
Drandom_inputstream.cc89 int64 RandomAccessInputStream::Tell() const { return pos_; } in Tell() function in tensorflow::io::RandomAccessInputStream
Dbuffered_inputstream.cc149 int64 BufferedInputStream::Tell() const { in Tell() function in tensorflow::io::BufferedInputStream
Dzlib_outputbuffer.cc232 Status ZlibOutputBuffer::Tell(int64* position) { return file_->Tell(position); } in Tell() function in tensorflow::io::ZlibOutputBuffer
Dzlib_inputstream.cc223 int64 ZlibInputStream::Tell() const { return bytes_read_; } in Tell() function in tensorflow::io::ZlibInputStream
Drecordio_test.cc65 Status Tell(int64* pos) override { in Tell() function in tensorflow::io::__anon3461d06d0111::StringDest
Dtable_test.cc103 Status Tell(int64* pos) override { in Tell() function in tensorflow::table::StringSink
/external/tensorflow/tensorflow/core/platform/
Dfile_system.h329 virtual Status Tell(int64* position) { in Tell() function
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc50 int64 SnappyInputBuffer::Tell() const { in Tell() function in tensorflow::io::SnappyInputBuffer
/external/tensorflow/tensorflow/core/kernels/
Ddecode_compressed_op.cc57 int64 Tell() const override { return pos_; } in Tell() function in tensorflow::__anonae82e0830111::MemoryInputStream
/external/tensorflow/tensorflow/core/platform/cloud/
Dretrying_file_system.h201 Status Tell(int64* position) override { in Tell() function
Dretrying_file_system_test.cc87 Status Tell(int64* position) override { in Tell() function in tensorflow::__anon5a8ed3fa0111::MockWritableFile
Dgcs_file_system.cc418 Status Tell(int64* position) override { in Tell() function in tensorflow::__anon7adb83a40111::GcsWritableFile
/external/tensorflow/tensorflow/core/platform/posix/
Dposix_file_system.cc136 Status Tell(int64* position) override { in Tell() function in tensorflow::PosixWritableFile
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system.cc325 Status Tell(int64* position) override { in Tell() function in tensorflow::HDFSWritableFile
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h126 cmsUInt32Number (* Tell)(struct _cms_io_handler* iohandler); member
/external/google-breakpad/src/processor/
Dminidump.cc4474 off_t Minidump::Tell() { in Tell() function in google_breakpad::Minidump