Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc328 current_count_(0), in NotificationCounter()
338 CHECK_LT(current_count_, total_count_); in OnGotNotification()
339 current_count_++; in OnGotNotification()
340 finshed = current_count_ == total_count_; in OnGotNotification()
350 size_t current_count_; member in mojo::test::__anoncb765ed10111::NotificationCounter