Lines Matching refs:GTEST_FLAG

154     also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests);
155 break_on_failure_ = GTEST_FLAG(break_on_failure);
156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
157 color_ = GTEST_FLAG(color);
158 death_test_style_ = GTEST_FLAG(death_test_style);
159 death_test_use_fork_ = GTEST_FLAG(death_test_use_fork);
160 filter_ = GTEST_FLAG(filter);
161 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
162 list_tests_ = GTEST_FLAG(list_tests);
163 output_ = GTEST_FLAG(output);
164 print_time_ = GTEST_FLAG(print_time);
165 random_seed_ = GTEST_FLAG(random_seed);
166 repeat_ = GTEST_FLAG(repeat);
167 shuffle_ = GTEST_FLAG(shuffle);
168 stack_trace_depth_ = GTEST_FLAG(stack_trace_depth);
169 stream_result_to_ = GTEST_FLAG(stream_result_to);
170 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
175 GTEST_FLAG(also_run_disabled_tests) = also_run_disabled_tests_;
176 GTEST_FLAG(break_on_failure) = break_on_failure_;
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
178 GTEST_FLAG(color) = color_;
179 GTEST_FLAG(death_test_style) = death_test_style_;
180 GTEST_FLAG(death_test_use_fork) = death_test_use_fork_;
181 GTEST_FLAG(filter) = filter_;
182 GTEST_FLAG(internal_run_death_test) = internal_run_death_test_;
183 GTEST_FLAG(list_tests) = list_tests_;
184 GTEST_FLAG(output) = output_;
185 GTEST_FLAG(print_time) = print_time_;
186 GTEST_FLAG(random_seed) = random_seed_;
187 GTEST_FLAG(repeat) = repeat_;
188 GTEST_FLAG(shuffle) = shuffle_;
189 GTEST_FLAG(stack_trace_depth) = stack_trace_depth_;
190 GTEST_FLAG(stream_result_to) = stream_result_to_;
191 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
783 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
791 // GTEST_FLAG(catch_exceptions) at the moment it starts.
896 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()