HomeSort by: relevance | last modified time | path
    Searched defs:total_shards (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 5414 // but inconsistent (i.e., shard_index >= total_shards), prints
5425 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); local
5428 if (total_shards == -1 && shard_index == -1) {
5430 } else if (total_shards == -1 && shard_index != -1) {
5438 } else if (total_shards != -1 && shard_index == -1) {
5441 << kTestTotalShards << " = " << total_shards
5446 } else if (shard_index < 0 || shard_index >= total_shards) {
5451 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
5457 return total_shards > 1;
5480 // method. Assumes that 0 <= shard_index < total_shards
5493 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? local
    [all...]

Completed in 18 milliseconds