Home | History | Annotate | Download | only in src

Lines Matching refs:kTestTotalShards

166 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS";
2729 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2734 internal::posix::GetEnv(kTestTotalShards));
4175 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4319 << ", but have left " << kTestTotalShards << " unset.\n";
4326 << kTestTotalShards << " = " << total_shards
4334 << kTestShardIndex << " < " << kTestTotalShards
4336 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
4379 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;