Home | History | Annotate | Download | only in src

Lines Matching refs:kTestShardIndex

1661 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX";
4241 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
4242 const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1);
5760 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
5904 << kTestShardIndex << " = " << shard_index
5913 << ", but have left " << kTestShardIndex << " unset.\n";
5920 << kTestShardIndex << " < " << kTestTotalShards
5921 << ", but you have " << kTestShardIndex << "=" << shard_index
5967 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;