Home
last modified time | relevance | path

Searched defs:bytes_to_skip (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Dinputstream_interface.cc27 Status InputStreamInterface::SkipNBytes(int64_t bytes_to_skip) { in SkipNBytes()
Drandom_inputstream.cc71 Status RandomAccessInputStream::SkipNBytes(int64_t bytes_to_skip) { in SkipNBytes()
Dbuffered_inputstream.cc134 Status BufferedInputStream::SkipNBytes(int64_t bytes_to_skip) { in SkipNBytes()
Dinputbuffer.cc155 Status InputBuffer::SkipNBytes(int64_t bytes_to_skip) { in SkipNBytes()
/external/pigweed/pw_protobuf/
Ddecoder.cc41 size_t bytes_to_skip = FieldSize(); in SkipField() local
Dstream_decoder.cc263 size_t bytes_to_skip = 0; in SkipField() local