Searched refs:kTestShardIndex (Results 1 – 1 of 1) sorted by relevance
153 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; variable2631 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnUnitTestStart()2634 internal::GetEnv(kTestShardIndex), in OnUnitTestStart()3631 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in UnitTestImpl()3744 << kTestShardIndex << " = " << shard_index in UnitTestImpl()3753 << ", but have left " << kTestShardIndex << " unset.\n"; in UnitTestImpl()3760 << kTestShardIndex << " < " << kTestTotalShards in UnitTestImpl()3761 << ", but you have " << kTestShardIndex << "=" << shard_index in UnitTestImpl()3807 Int32FromEnvOrDie(kTestShardIndex, -1) : -1; in UnitTestImpl()