Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dinputstream_interface.cc27 Status InputStreamInterface::SkipNBytes(int64 bytes_to_skip) { in SkipNBytes()
Drandom_inputstream.cc71 Status RandomAccessInputStream::SkipNBytes(int64 bytes_to_skip) { in SkipNBytes()
Dbuffered_inputstream.cc127 Status BufferedInputStream::SkipNBytes(int64 bytes_to_skip) { in SkipNBytes()
Dinputbuffer.cc155 Status InputBuffer::SkipNBytes(int64 bytes_to_skip) { in SkipNBytes()
/external/pigweed/pw_protobuf/
Ddecoder.cc41 size_t bytes_to_skip = FieldSize(); in SkipField() local
/external/llvm-project/lldb/source/Target/
DThreadPlanStepInRange.cpp243 size_t bytes_to_skip = 0; in ShouldStop() local
/external/crosvm/usb_util/src/
Ddescriptor.rs90 let bytes_to_skip = u64::from(struct_length).saturating_sub(bytes_consumed as u64); in parse_usbfs_descriptors() localVariable