Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl.cc98 bool FileInputStream::Skip(int count) { in Skip() function in google::protobuf::io::FileInputStream
154 int FileInputStream::CopyingFileInputStream::Skip(int count) { in Skip() function in google::protobuf::io::FileInputStream::CopyingFileInputStream
288 bool IstreamInputStream::Skip(int count) { in Skip() function in google::protobuf::io::IstreamInputStream
382 bool ConcatenatingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::ConcatenatingInputStream
448 bool LimitingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::LimitingInputStream
Dzero_copy_stream_impl_lite.cc93 bool ArrayInputStream::Skip(int count) { in Skip() function in google::protobuf::io::ArrayInputStream
234 int CopyingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::CopyingInputStream
312 bool CopyingInputStreamAdaptor::Skip(int count) { in Skip() function in google::protobuf::io::CopyingInputStreamAdaptor
Dgzip_stream.cc169 bool GzipInputStream::Skip(int count) { in Skip() function in google::protobuf::io::GzipInputStream
Dcoded_stream.cc214 bool CodedInputStream::Skip(int count) { in Skip() function in google::protobuf::io::CodedInputStream
702 bool CodedOutputStream::Skip(int count) { in Skip() function in google::protobuf::io::CodedOutputStream
Dtokenizer_unittest.cc145 bool Skip(int count) { return array_stream_.Skip(count); } in Skip() function in google::protobuf::io::__anon4cc70b290111::TestInputStream
Dcoded_stream_unittest.cc239 virtual bool Skip(int count) { in TEST_F() function in google::protobuf::io::__anonedf7e7f80111::TEST_F::In
1349 bool Skip(int count) { GOOGLE_LOG(FATAL) << "Not implemented."; return false; } in Skip() function in google::protobuf::io::__anonedf7e7f80111::ReallyBigInputStream
/frameworks/base/tools/aapt2/text/
DUtf8Iterator.cpp50 void Utf8Iterator::Skip(int amount) { in Skip() function in aapt::text::Utf8Iterator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dbytestream.cc154 void ArrayByteSource::Skip(size_t n) { in Skip() function in google::protobuf::strings::ArrayByteSource
182 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::__anon62d99d070111::MockByteSource
/frameworks/base/tools/aapt2/io/
DUtil.h102 bool Skip(int count) override { in Skip() function
/frameworks/ml/nn/common/random/
Dphilox_random.h139 void Skip(uint64 count) { in Skip() function
Drandom_distributions.h265 void Skip(uint64 num_skips) { in Skip() function