Searched refs:prev_selected_shard_index (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc1881 int prev_selected_shard_index = -1; local
1884 if (prev_selected_shard_index < 0) {
1885 prev_selected_shard_index = shard_index;
1887 ADD_FAILURE() << "Shard " << prev_selected_shard_index << " and "
/external/gtest/test/
H A Dgtest_unittest.cc1888 int prev_selected_shard_index = -1; local
1891 if (prev_selected_shard_index < 0) {
1892 prev_selected_shard_index = shard_index;
1894 ADD_FAILURE() << "Shard " << prev_selected_shard_index << " and "
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2351 int prev_selected_shard_index = -1; local
2354 if (prev_selected_shard_index < 0) {
2355 prev_selected_shard_index = shard_index;
2357 ADD_FAILURE() << "Shard " << prev_selected_shard_index << " and "

Completed in 191 milliseconds