Home
last modified time | relevance | path

Searched refs:current_count_ (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc350 current_count_(0), in NotificationCounter()
360 CHECK_LT(current_count_, total_count_); in OnGotNotification()
361 current_count_++; in OnGotNotification()
362 finshed = current_count_ == total_count_; in OnGotNotification()
372 size_t current_count_; member in mojo::test::__anonb1628bbb0111::NotificationCounter