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) {
 4730       << kTestShardIndex << " = " << shard_index
 4735   } else if (total_shards != -1 && shard_index == -1) {
 4743   } else if (shard_index < 0 || shard_index >= total_shards) {
 4743   } else if (shard_index < 0 || shard_index >= total_shards) {
 4747       << ", but you have " << kTestShardIndex << "=" << shard_index