Searched defs:MoveNext (Results 1 - 11 of 11) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs89 public bool MoveNext() { method in class:Antlr.Runtime.Tree.TreeIterator
H A DBufferedTreeNodeStream.cs98 public bool MoveNext() { method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs96 public bool MoveNext() method in class:Antlr.Runtime.Tree.TreeIterator
H A DBufferedTreeNodeStream.cs105 public bool MoveNext() method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas95 function MoveNext: Boolean; function
285 Result := MoveNext;
293 function THashList<TKey, TValue>.TPairEnumerator.MoveNext: Boolean;
H A DAntlr.Runtime.Tree.pas1088 function MoveNext: Boolean;
2060 /// we can Emit many tokens for every MoveNext() call, it's pretty hard to
2071 function MoveNext: Boolean; virtual;
4592 MoveNext; // get at least k-depth lookahead nodes
4734 function TUnBufferedTreeNodeStream.MoveNext: Boolean;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs163 public bool MoveNext() method in class:Antlr.Runtime.Collections.HashList.HashListEnumerator
302 if (iter.MoveNext())
305 while (iter.MoveNext())
/external/chromium_org/content/renderer/
H A Drenderer_font_platform_win.cc176 virtual HRESULT STDMETHODCALLTYPE MoveNext(BOOL* has_current_file) { function in class:__anon7836::FontFileEnumerator
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp98 virtual HRESULT STDMETHODCALLTYPE MoveNext(BOOL* hasCurrentFile);
153 HRESULT StreamFontFileEnumerator::MoveNext(BOOL* hasCurrentFile) { function in class:StreamFontFileEnumerator
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp98 virtual HRESULT STDMETHODCALLTYPE MoveNext(BOOL* hasCurrentFile);
153 HRESULT StreamFontFileEnumerator::MoveNext(BOOL* hasCurrentFile) { function in class:StreamFontFileEnumerator
/external/chromium_org/v8/src/
H A Dobjects.h9734 void MoveNext() { function in class:v8::internal::String::FlatContent::OrderedHashTableIterator

Completed in 370 milliseconds