Lines Matching refs:kTestShardIndex
152 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX";
2707 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2710 internal::posix::GetEnv(kTestShardIndex),
3967 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4107 << kTestShardIndex << " = " << shard_index
4116 << ", but have left " << kTestShardIndex << " unset.\n";
4123 << kTestShardIndex << " < " << kTestTotalShards
4124 << ", but you have " << kTestShardIndex << "=" << shard_index
4170 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;