HomeSort by relevance Sort by last modified time
    Searched defs:MoveNext (Results 1 - 12 of 12) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeIterator.cs 89 public bool MoveNext() {
BufferedTreeNodeStream.cs 98 public bool MoveNext() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeIterator.cs 96 public bool MoveNext()
BufferedTreeNodeStream.cs 105 public bool MoveNext()
  /external/pdfium/xfa/fde/css/
cfde_csstextbuf.h 52 void MoveNext() { m_iDatPos++; }
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 95 function MoveNext: Boolean;
285 Result := MoveNext;
293 function THashList<TKey, TValue>.TPairEnumerator.MoveNext: Boolean;
Antlr.Runtime.Tree.pas     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 163 public bool MoveNext()
302 if (iter.MoveNext())
305 while (iter.MoveNext())
  /external/v8/src/zone/
zone-chunk-list.h 154 void MoveNext() {
179 using ZoneChunkListIterator<T>::MoveNext;
188 MoveNext();
194 MoveNext();
230 using ZoneChunkListIterator<T>::MoveNext;
250 MoveNext();
256 MoveNext();
  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 104 virtual HRESULT STDMETHODCALLTYPE MoveNext(BOOL* hasCurrentFile);
159 HRESULT StreamFontFileEnumerator::MoveNext(BOOL* hasCurrentFile) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h     [all...]
adoint_backcompat.h     [all...]

Completed in 1083 milliseconds