reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googletest/src/gtest.cc
 3070   if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
 3071     const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1);
 4586   const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
 4730       << kTestShardIndex << " = " << shard_index
 4739       << ", but have left " << kTestShardIndex << " unset.\n";
 4746       << kTestShardIndex << " < " << kTestTotalShards
 4747       << ", but you have " << kTestShardIndex << "=" << shard_index
 4793       Int32FromEnvOrDie(kTestShardIndex, -1) : -1;