Lines Matching defs:kTestTotalShards
166 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS";
2701 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2706 internal::posix::GetEnv(kTestTotalShards));
4143 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4287 << ", but have left " << kTestTotalShards << " unset.\n";
4294 << kTestTotalShards << " = " << total_shards
4302 << kTestShardIndex << " < " << kTestTotalShards
4304 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
4347 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;