Home
last modified time | relevance | path

Searched defs:Skip (Results 1 – 25 of 74) 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
186 int CopyingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::CopyingInputStream
262 bool CopyingInputStreamAdaptor::Skip(int count) { in Skip() function in google::protobuf::io::CopyingInputStreamAdaptor
414 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
263 bool IstreamInputStream::Skip(int count) { return impl_.Skip(count); } in Skip() function in google::protobuf::io::IstreamInputStream
340 bool ConcatenatingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::ConcatenatingInputStream
/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::__anon210427f80111::MockByteSource
/third_party/skia/third_party/externals/tint/src/ast/
Dtraverse_expressions.h41 Skip, enumerator
/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/cef/include/
Dcef_resource_handler.h152 virtual bool Skip(int64 bytes_to_skip, in Skip() function
/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/grpc/include/grpcpp/impl/codegen/
Dproto_buffer_reader.h108 bool Skip(int count) override { 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/flutter/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/abseil-cpp/absl/time/internal/
Dtest_util.cc96 int Skip(std::size_t offset) override { in Skip() function in absl::time_internal::cctz_extension::__anonba12dabd0111::TestZoneInfoSource
/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::__anone987d5920111::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/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/flutter/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/cef/libcef_dll/ctocpp/
Dresource_handler_ctocpp.cc115 bool CefResourceHandlerCToCpp::Skip( in Skip() function in CefResourceHandlerCToCpp
/third_party/typescript/src/lib/
Dscripthost.d.ts81 Skip(characters: number): void; method
/third_party/typescript/lib/
Dlib.scripthost.d.ts101 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/skia/third_party/externals/dng_sdk/source/
Ddng_stream.h223 void Skip (uint64 delta) in Skip() function

123