Searched defs:Next (Results 276 - 300 of 315) sorted by path

<<111213

/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp847 CPDFSDK_Annot*CPDFSDK_AnnotIterator::Next(const CPDFSDK_Annot* pCurrent) function in class:CPDFSDK_AnnotIterator
860 CPDFSDK_Annot*CPDFSDK_AnnotIterator::Next(int& index ) function in class:CPDFSDK_AnnotIterator
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc264 virtual bool Next(void** data, int* size) { return inner_->Next(data, size); } function in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
846 // Next argument is the flag value.
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc1041 bool Next(const void** data, int* size) { function in class:google::protobuf::io::__anon28987::ReallyBigInputStream
H A Dgzip_stream.cc83 bool ok = sub_stream_->Next(&in, &in_size);
119 bool GzipInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::GzipInputStream
136 // The underlying stream's Next returned false inside Inflate.
154 bool ok = Next(&data, &size);
157 ok = Next(&data, &size);
242 bool ok = sub_stream_->Next(&sub_data_, &sub_data_size_);
266 bool GzipOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::GzipOutputStream
H A Dtokenizer.cc249 if (!input_->Next(&data, &buffer_size_)) {
464 bool Tokenizer::Next() { function in class:google::protobuf::io::Tokenizer
H A Dtokenizer_unittest.cc128 bool Next(const void** data, int* size) { function in class:google::protobuf::io::__anon28990::TestInputStream
138 return array_stream_.Next(data, size);
255 // Before Next() is called, the initial token should always be TYPE_START.
262 ASSERT_TRUE(tokenizer.Next());
273 EXPECT_FALSE(tokenizer.Next());
275 // After Next() returns false, the token should have type TYPE_END.
296 ASSERT_TRUE(tokenizer.Next());
299 ASSERT_TRUE(tokenizer.Next());
302 ASSERT_TRUE(tokenizer.Next());
305 ASSERT_TRUE(tokenizer.Next());
[all...]
H A Dzero_copy_stream_impl.cc88 bool FileInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::FileInputStream
89 return impl_.Next(data, size);
191 bool FileOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::FileOutputStream
192 return impl_.Next(data, size);
278 bool IstreamInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::IstreamInputStream
279 return impl_.Next(data, size);
322 bool OstreamOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::OstreamOutputStream
323 return impl_.Next(data, size);
358 bool ConcatenatingInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::ConcatenatingInputStream
360 if (streams_[0]->Next(dat
422 bool LimitingInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::LimitingInputStream
[all...]
H A Dzero_copy_stream_impl_lite.cc64 bool ArrayInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::ArrayInputStream
80 << "BackUp() can only be called after a successful Next().";
117 bool ArrayOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::ArrayOutputStream
133 << "BackUp() can only be called after a successful Next().";
153 bool StringOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::StringOutputStream
221 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { function in class:google::protobuf::io::CopyingInputStreamAdaptor
257 << " BackUp() can only be called after Next().";
260 " to Next().";
331 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { function in class:google::protobuf::io::CopyingOutputStreamAdaptor
347 << " BackUp() can only be called after Next()
[all...]
/external/regex-re2/re2/testing/
H A Dstring_generator.cc7 // Fetch strings using a Java-like Next()/HasNext() interface.
25 // Next() will return empty string (digits_ is empty).
79 const StringPiece& StringGenerator::Next() { function in class:re2::StringGenerator
/external/regex-re2/util/
H A Drandom.cc11 int32 ACMRandom::Next() { function in class:re2::ACMRandom
31 return Next() % n;
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.cc379 info.Attach(it->Next());
503 BitmapGlyphInfo* BitmapSizeTable::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::BitmapSizeTable::Builder::BitmapGlyphInfoIterator
508 return Next(sub_table_glyph_info_iter_);
558 BitmapGlyphInfo* BitmapSizeTable::Builder::BitmapGlyphInfoIterator::Next( function in class:sfntly::BitmapSizeTable::Builder::BitmapGlyphInfoIterator
566 return it->Next();
573 return it->Next();
580 return it->Next();
587 return it->Next();
594 return it->Next();
H A Dindex_sub_table_format1.cc287 IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator
H A Dindex_sub_table_format2.cc260 IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator
H A Dindex_sub_table_format3.cc283 IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator
H A Dindex_sub_table_format4.cc364 IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator
H A Dindex_sub_table_format5.cc332 IndexSubTableFormat5::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat5::Builder::BitmapGlyphInfoIterator
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc96 cmap.Attach(cmap_iterator.Next());
176 CALLER_ATTACH CMapTable::CMap* CMapTable::CMapIterator::Next() { function in class:sfntly::CMapTable::CMapIterator
379 int32_t CMapTable::CMapFormat0::CharacterIterator::Next() { function in class:sfntly::CMapTable::CMapFormat0::CharacterIterator
824 int32_t CMapTable::CMapFormat4::CharacterIterator::Next() { function in class:sfntly::CMapTable::CMapFormat4::CharacterIterator
H A Dname_table.cc261 CALLER_ATTACH NameTable::NameEntry* NameTable::NameEntryIterator::Next() { function in class:sfntly::NameTable::NameEntryIterator
420 name_entry.Attach(name_iter->Next());
532 result = name_entry_iter->Next();
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.cc83 int32_t LocaTable::LocaIterator::Next() { function in class:sfntly::LocaTable::LocaIterator
212 loca_.push_back(loca_iter->Next());
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h849 const TiXmlAttribute* Next() const;
850 TiXmlAttribute* Next() { function in class:TiXmlAttribute
851 return const_cast< TiXmlAttribute* >( (const_cast< const TiXmlAttribute* >(this))->Next() );
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfOutlineItemDictionary_autogen.cpp47 SkPdfDictionary* SkPdfOutlineItemDictionary::Next(SkPdfNativeDoc* doc) { function in class:SkPdfOutlineItemDictionary
48 SkPdfNativeObject* ret = get("Next", "");
56 return get("Next", "") != NULL;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h415 virtual void Next() { ++s_; } function in class:fst::CacheStateIterator
446 void Next() { ++i_; } function in class:fst::CacheArcIterator
H A Dcomplement.h195 virtual void Next() { function in class:fst::StateIterator
197 siter_.Next();
247 virtual void Next() { function in class:fst::ArcIterator
249 aiter_->Next();
H A Dconst-fst.h129 siter.Next()) {
134 aiter.Next())
148 aiter.Next()) {
351 void Next() { ++s_; } function in class:fst::StateIterator
377 void Next() { ++i_; } function in class:fst::ArcIterator
H A Dfactor-weight.h58 // void Next();
70 void Next() {} function in class:fst::IdentityFactor
85 void Next() { done_ = true; } function in class:fst::StringFactor
91 for (iter.Next(); !iter.Done(); iter.Next())
113 void Next() { done_ = true; } function in class:fst::GallicFactor
258 ait.Next()) {
266 for (; !fit.Done(); fit.Next()) {
282 fit.Next()) {

Completed in 5748 milliseconds

<<111213