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

References

utils/unittest/googletest/src/gtest.cc
 3070   if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
 3075                   internal::posix::GetEnv(kTestTotalShards));
 4586   const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
 4731       << ", but have left " << kTestTotalShards << " unset.\n";
 4738       << kTestTotalShards << " = " << total_shards
 4746       << kTestShardIndex << " < " << kTestTotalShards
 4748       << ", " << kTestTotalShards << "=" << total_shards << ".\n";
 4791       Int32FromEnvOrDie(kTestTotalShards, -1) : -1;