Home
last modified time | relevance | path

Searched refs:test_id (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc676 int total_shards, int shard_index, int test_id);
6776 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() argument
6777 return (test_id % total_shards) == shard_index; in ShouldRunTestOnShard()