Home
last modified time | relevance | path

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

12

/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/
Dsimple.proto39 rpc Tell(SimpleMessageRequest) returns (SimpleMessageResponse); rpc
/external/tensorflow/tensorflow/core/lib/io/
Dinputbuffer.h82 int64_t Tell() const { return file_pos_ - (limit_ - pos_); } in Tell() function
Dinputstream_interface_test.cc40 int64_t Tell() const override { return pos_; } in Tell() function in tensorflow::io::__anon3c5e98be0111::TestStringStream
Drandom_inputstream.cc104 int64_t RandomAccessInputStream::Tell() const { return pos_; } in Tell() function in tensorflow::io::RandomAccessInputStream
Dzlib_outputbuffer.cc241 Status ZlibOutputBuffer::Tell(int64_t* position) { in Tell() function in tensorflow::io::ZlibOutputBuffer
Dbuffered_inputstream.cc157 int64_t BufferedInputStream::Tell() const { in Tell() function in tensorflow::io::BufferedInputStream
Dzlib_inputstream.cc242 int64_t ZlibInputStream::Tell() const { return bytes_read_; } in Tell() function in tensorflow::io::ZlibInputStream
Drecordio_test.cc71 Status Tell(int64_t* pos) override { in Tell() function in tensorflow::io::__anonff3ef6290111::StringDest
Dbuffered_inputstream_test.cc52 int64_t Tell() const override { return start_ ? 0 : 10; } in Tell() function in tensorflow::io::__anon536e9bb00111::ReadOnceInputStream
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc59 int64_t SnappyInputBuffer::Tell() const { return bytes_read_; } in Tell() function in tensorflow::io::SnappyInputBuffer
Dsnappy_inputstream.cc144 int64_t SnappyInputStream::Tell() const { return bytes_read_; } in Tell() function in tensorflow::io::SnappyInputStream
Dsnappy_outputbuffer.cc66 Status SnappyOutputBuffer::Tell(int64_t* position) { in Tell() function in tensorflow::io::SnappyOutputBuffer
Dsnappy_test.cc385 TEST(SnappyBuffers, Tell) { in TEST() argument
/external/tensorflow/tensorflow/core/kernels/
Ddecode_compressed_op.cc57 int64_t Tell() const override { return pos_; } in Tell() function in tensorflow::__anon8e18023f0111::MemoryInputStream
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Ddump_graph_test.cc60 Status Tell(int64_t* position) override { in Tell() function in tensorflow::__anona53650630111::StringWritableFile
/external/tensorflow/tensorflow/core/platform/
Dretrying_file_system.h227 Status Tell(int64_t* position) override { in Tell() function
Dram_file_system.h93 Status Tell(int64_t* position) override { in Tell() function
/external/pigweed/pw_stream/public/pw_stream/
Dstream.h176 size_t Tell() { return DoTell(); } in Tell() function
/external/tensorflow/tensorflow/core/util/
Ddump_graph.cc118 Status Tell(int64_t* position) override { in Tell() function in tensorflow::__anondf06a4fa0111::StderrWritableFile
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc122 static int64_t Tell(const TF_WritableFile* file, TF_Status* status) { in Tell() function
/external/tensorflow/tensorflow/tsl/platform/default/
Dposix_file_system.cc197 Status Tell(int64_t* position) override { in Tell() function in tensorflow::PosixWritableFile
/external/angle/build/android/pylib/dex/
Ddex_parser.py222 def Tell(self): member in _DexReader
/external/cronet/build/android/pylib/dex/
Ddex_parser.py222 def Tell(self): member in _DexReader
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem.cc546 Status ModularWritableFile::Tell(int64_t* position) { in Tell() function in tensorflow::ModularWritableFile
/external/tensorflow/tensorflow/tsl/platform/windows/
Dwindows_file_system.cc228 Status Tell(int64* position) override { in Tell() function in tensorflow::__anon575af68c0111::WindowsWritableFile

12