/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 88 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
|
D | zero_copy_stream_impl.cc | 96 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/ |
D | bytestream.cc | 156 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
|
D | bytestream_unittest.cc | 57 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/ |
D | traverse_expressions.h | 41 Skip, enumerator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree_reader.h | 189 inline absl::string_view CordRepBtreeReader::Skip(size_t skip) { in Skip() function
|
D | cord_rep_btree_navigator.cc | 66 CordRepBtreeNavigator::Position CordRepBtreeNavigator::Skip(size_t n) { in Skip() function in absl::cord_internal::CordRepBtreeNavigator
|
/third_party/cef/include/ |
D | cef_resource_handler.h | 152 virtual bool Skip(int64 bytes_to_skip, in Skip() function
|
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_table_driven.cc | 58 static bool Skip(MessageLite* msg, const ParseTable& table, in Skip() function
|
D | generated_message_table_driven_lite.cc | 56 static bool Skip(MessageLite* msg, const ParseTable& table, in Skip() function
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | proto_buffer_reader.h | 108 bool Skip(int count) override { in Skip() function
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | memory_input_stream.cc | 108 int64_t MemoryInputStream::Skip(int64_t n) { in Skip() function in sfntly::MemoryInputStream
|
D | file_input_stream.cc | 114 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/ |
D | memory_input_stream.cc | 108 int64_t MemoryInputStream::Skip(int64_t n) { in Skip() function in sfntly::MemoryInputStream
|
D | file_input_stream.cc | 114 int64_t FileInputStream::Skip(int64_t n) { in Skip() function in sfntly::FileInputStream
|
/third_party/abseil-cpp/absl/time/internal/ |
D | test_util.cc | 96 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/ |
D | test_util.cc | 96 int Skip(std::size_t offset) override { in Skip() function in absl::time_internal::cctz_extension::__anone987d5920111::TestZoneInfoSource
|
/third_party/skia/dm/ |
D | DMSrcSink.h | 44 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/ |
D | font_input_stream.cc | 139 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/ |
D | font_input_stream.cc | 139 int64_t FontInputStream::Skip(int64_t n) { in Skip() function in sfntly::FontInputStream
|
/third_party/cef/libcef_dll/ctocpp/ |
D | resource_handler_ctocpp.cc | 115 bool CefResourceHandlerCToCpp::Skip( in Skip() function in CefResourceHandlerCToCpp
|
/third_party/typescript/src/lib/ |
D | scripthost.d.ts | 81 Skip(characters: number): void; method
|
/third_party/typescript/lib/ |
D | lib.scripthost.d.ts | 101 Skip(characters: number): void; method
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DebugCounter.h | 170 int64_t Skip = 0; member
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_stream.h | 223 void Skip (uint64 delta) in Skip() function
|