Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
De2e_perftest.cc68 int current_iterations_; member in mojo::__anon819368d40111::PingPongTest
83 current_iterations_ = 0; in RunTest()
96 current_iterations_++; in DoPing()
97 if (current_iterations_ > iterations_) { in DoPing()
Dbindings_perftest.cc58 unsigned int current_iterations_; member in mojo::__anon25a194a60111::PingPongTest
70 current_iterations_ = 0; in Run()
79 current_iterations_++; in OnPingDone()
80 if (current_iterations_ >= iterations_to_run_) { in OnPingDone()