Home
last modified time | relevance | path

Searched defs:Skip (Results 1 – 25 of 69) sorted by relevance

123

/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc88 bool ArrayInputStream::Skip(int count) { in Skip() function in google::protobuf::io::ArrayInputStream
182 int CopyingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::CopyingInputStream
258 bool CopyingInputStreamAdaptor::Skip(int count) { in Skip() function in google::protobuf::io::CopyingInputStreamAdaptor
441 bool LimitingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::LimitingInputStream
Dzero_copy_stream_impl.cc96 bool FileInputStream::Skip(int count) { return impl_.Skip(count); } in Skip() function in google::protobuf::io::FileInputStream
147 int FileInputStream::CopyingFileInputStream::Skip(int count) { in Skip() function in google::protobuf::io::FileInputStream::CopyingFileInputStream
254 bool IstreamInputStream::Skip(int count) { return impl_.Skip(count); } in Skip() function in google::protobuf::io::IstreamInputStream
331 bool ConcatenatingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::ConcatenatingInputStream
Dgzip_stream.cc175 bool GzipInputStream::Skip(int count) { in Skip() function in google::protobuf::io::GzipInputStream
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.cc156 void ArrayByteSource::Skip(size_t n) { in Skip() function in google::protobuf::strings::ArrayByteSource
184 void LimitByteSource::Skip(size_t n) { in Skip() function in google::protobuf::strings::LimitByteSource
Dbytestream_unittest.cc57 void Skip(size_t n) { data_.remove_prefix(n); } in Skip() function in google::protobuf::strings::__anon8a1da4b80111::MockByteSource
/third_party/lzma/CPP/7zip/Common/
DInBuffer.cpp147 size_t CInBufferBase::Skip(size_t size) in Skip() function in CInBufferBase
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_reader.h189 inline absl::string_view CordRepBtreeReader::Skip(size_t skip) { in Skip() function
Dcord_rep_btree_navigator.cc66 CordRepBtreeNavigator::Position CordRepBtreeNavigator::Skip(size_t n) { in Skip() function in absl::cord_internal::CordRepBtreeNavigator
/third_party/skia/third_party/externals/tint/src/ast/
Dtraverse_expressions.h41 Skip, enumerator
/third_party/lzma/CS/7zip/Compress/LZ/
DIMatchFinder.cs22 void Skip(UInt32 num); in Skip() method
DLzBinTree.cs252 public void Skip(UInt32 num) in Skip() method in SevenZip.Compression.LZ.BinTree
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_table_driven.cc58 static bool Skip(MessageLite* msg, const ParseTable& table, in Skip() function
Dgenerated_message_table_driven_lite.cc56 static bool Skip(MessageLite* msg, const ParseTable& table, in Skip() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dmemory_input_stream.cc108 int64_t MemoryInputStream::Skip(int64_t n) { in Skip() function in sfntly::MemoryInputStream
Dfile_input_stream.cc114 int64_t FileInputStream::Skip(int64_t n) { in Skip() function in sfntly::FileInputStream
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/
Dtest_util.cc96 int Skip(std::size_t offset) override { in Skip() function in absl::time_internal::cctz_extension::__anon500272520111::TestZoneInfoSource
/third_party/skia/dm/
DDMSrcSink.h44 enum class Status : int { Ok, Fatal, Skip }; enumerator
61 static Result Skip(const SkString& s) { return Result(Status::Skip, s); } in Skip() function
62 static Result Skip(const char* s) { return Result(Status::Skip, s); } in Skip() function
63 template <typename... Args> static Result Skip(const char* s, Args... args) { in Skip() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dshuffle_op.cc299 void ShuffleOp::Skip(int64_t skip_steps) { rng_.discard(skip_steps); } in Skip() function in mindspore::dataset::ShuffleOp
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc139 int64_t FontInputStream::Skip(int64_t n) { in Skip() function in sfntly::FontInputStream
/third_party/typescript/lib/
Dlib.scripthost.d.ts101 Skip(characters: number): void; method
/third_party/typescript/src/lib/
Dscripthost.d.ts81 Skip(characters: number): void; method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h170 int64_t Skip = 0; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/utils/
Dphilox_random.h93 void Skip(uint64_t count) { in Skip() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_stream.h223 void Skip (uint64 delta) in Skip() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dphilox_random.h104 void Skip(uint64_t count) { in Skip() function

123