Searched defs:MoveNext (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/objects/ | ||
| D | js-collection-iterator.h | 50 void MoveNext() { set_index(Smi::FromInt(Smi::ToInt(index()) + 1)); } in MoveNext() function |
| /third_party/protobuf/csharp/src/Google.Protobuf/Collections/ | ||
| D | MapField.cs | 617 public bool MoveNext() in MoveNext() method in Google.Protobuf.Collections.MapField.DictionaryEnumerator |
| /third_party/skia/src/ports/ | ||
| D | SkFontMgr_win_dw.cpp | 167 SK_STDMETHODIMP StreamFontFileEnumerator::MoveNext(BOOL* hasCurrentFile) { in MoveNext() function in StreamFontFileEnumerator |