Home
last modified time | relevance | path

Searched defs:total_shards (Results 1 – 1 of 1) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc6023 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local
6079 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard()
6091 const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL in FilterTests() local