Searched defs:Next (Results 1 - 25 of 315) sorted by last modified time

1234567891011>>

/external/webrtc/src/system_wrappers/source/
H A Dlist_no_stl.cc131 ListItem* ListWrapper::Next(ListItem* item) const function in class:webrtc::ListWrapper
H A Dlist_stl.cc146 ListItem* ListWrapper::Next(ListItem* item) const function in class:webrtc::ListWrapper
H A Dlist_unittest.cc59 ListItem* Next(ListItem* item) const { function in class:ListWrapperSimple
60 return list_.Next(item);
304 list_item = list->Next(list_item);
331 lhs_item = lhs->Next(lhs_item);
332 rhs_item = rhs->Next(rhs_item);
366 // Reverse the reversed list using PushFront and Next.
368 item = list_to_reverse->Next(item)) {
420 item = interleave_list->Next(item);
466 item = interleave_list->Next(item);
H A Dmap.cc94 MapItem* MapWrapper::Next(MapItem* item) const function in class:webrtc::MapWrapper
H A Dmap_no_stl.cc127 MapNoStlItem* MapNoStl::Next(MapNoStlItem* item) const function in class:webrtc::MapNoStl
/external/tinyxml/
H A Dtinyxml.cpp777 for ( attrib = attributeSet.First(); attrib; attrib = attrib->Next() )
822 for ( attrib = attributeSet.First(); attrib; attrib = attrib->Next() )
858 attribute = attribute->Next() )
1162 const TiXmlAttribute* TiXmlAttribute::Next() const function in class:TiXmlAttribute
1171 TiXmlAttribute* TiXmlAttribute::Next() function in class:TiXmlAttribute
/external/tinyxml2/
H A Dtinyxml2.h767 Next() attribute in a list.
775 const XMLAttribute* Next() const { return next; } ///< The next attribute in the list. function in class:tinyxml2::XMLAttribute
/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()) {
H A Dfst.h226 virtual void Next() = 0; // Advance to next state (when !Done)
243 // siter.Next()) {
265 void Next() { function in class:fst::StateIterator
267 data_.base->Next();
297 virtual void Next() = 0; // Advance to next arc (when !Done)
317 // aiter.Next()) {
346 void Next() { function in class:fst::ArcIterator
348 data_.base->Next();
H A Dmap.h99 !aiter.Done(); aiter.Next()) {
170 for (StateIterator< Fst<A> > siter(ifst); !siter.Done(); siter.Next())
179 for (StateIterator< Fst<A> > siter(ifst); !siter.Done(); siter.Next()) {
184 for (ArcIterator< Fst<A> > aiter(ifst, s); !aiter.Done(); aiter.Next())
363 !aiter.Done(); aiter.Next()) {
554 void Next() { function in class:fst::StateIterator
557 siter_.Next();
803 ++i, iter1.Next(), p = n) {
H A Dmutable-fst.h132 // aiter.Next()) {
152 void Next() { data_.base->Next(); } function in class:fst::MutableArcIterator
H A Dpartition.h268 void Next() { function in class:fst::PartitionIterator
H A Drelabel.h62 !siter.Done(); siter.Next()) {
65 !aiter.Done(); aiter.Next()) {
110 syms_iter.Next()) {
120 syms_iter.Next()) {
209 syms_iter.Next()) {
219 syms_iter.Next()) {
274 for (ArcIterator<Fst<A> > aiter(*fst_, s); !aiter.Done(); aiter.Next()) {
420 void Next() { function in class:fst::StateIterator
423 siter_.Next();
H A Dstring-weight.h170 void Next() { function in class:fst::StringWeightIterator
202 void Next() { function in class:fst::StringWeightReverseIterator
242 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next()) {
261 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next())
269 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next())
281 // for (StringWeightIterator<L, S> iter(w); !iter.Done(); iter.Next())
296 for (; !iter1.Done() ; iter1.Next(), iter2.Next())
326 for (size_t i = 0; !iter.Done(); ++i, iter.Next()) {
390 iter1.Next(), iter
[all...]
H A Dsymbol-table.h354 void Next(void) { function in class:fst::SymbolTableIterator
H A Dvector-fst.h331 siter.Next()) {
338 aiter.Next()) {
680 void Next() { ++s_; } function in class:fst::StateIterator
706 void Next() { ++i_; } function in class:fst::ArcIterator
739 virtual void Next() { ++i_; } function in class:fst::MutableArcIterator
/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

Completed in 904 milliseconds

1234567891011>>