Home
last modified time | relevance | path

Searched defs:MoveNext (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-collection-iterator.h50 void MoveNext() { set_index(Smi::FromInt(Smi::ToInt(index()) + 1)); } in MoveNext() function
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs617 public bool MoveNext() in MoveNext() method in Google.Protobuf.Collections.MapField.DictionaryEnumerator
/third_party/skia/src/ports/
DSkFontMgr_win_dw.cpp167 SK_STDMETHODIMP StreamFontFileEnumerator::MoveNext(BOOL* hasCurrentFile) { in MoveNext() function in StreamFontFileEnumerator