Searched refs:first_called_ (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/webrtc/base/
H A Dwin32toolhelp_unittest.cc43 EXPECT_EQ(0, tst->first_called_); // Just to be safe.
44 if (tst->first_called_ > 0) {
50 ++(tst->first_called_);
82 first_called_ = 0;
99 bool match = first_called_ == first && next_called_ == next
110 << first_called_ << ", "
121 int first_called_; member in class:rtc::Win32ToolhelpTest

Completed in 84 milliseconds