Searched refs:in_subprocess_for_death_test (Results 1 - 2 of 2) sorted by relevance

/openjdk10/test/fmw/gtest/src/
H A Dgtest-internal-inl.h258 // an error and exits. If in_subprocess_for_death_test, sharding is
263 bool in_subprocess_for_death_test);
H A Dgtest.cc4246 bool in_subprocess_for_death_test = false; local
4249 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
4253 in_subprocess_for_death_test);
4281 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
4378 // an error and exits. If in_subprocess_for_death_test, sharding is
4383 bool in_subprocess_for_death_test) {
4384 if (in_subprocess_for_death_test) {
4381 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument

Completed in 120 milliseconds