HomeSort by relevance Sort by last modified time
    Searched full:incr_ok (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/base/
win32toolhelp.h 67 bool incr_ok = false; local
69 incr_ok = Traits::First(snapshot_, &current_);
72 incr_ok = Traits::Next(snapshot_, &current_);
75 if (!incr_ok) {
80 return incr_ok;

Completed in 130 milliseconds