reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googletest/src/gtest.cc
 4725   if (total_shards == -1 && shard_index == -1) {
 4727   } else if (total_shards == -1 && shard_index != -1) {
 4735   } else if (total_shards != -1 && shard_index == -1) {
 4738       << kTestTotalShards << " = " << total_shards
 4743   } else if (shard_index < 0 || shard_index >= total_shards) {
 4748       << ", " << kTestTotalShards << "=" << total_shards << ".\n";
 4754   return total_shards > 1;