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

/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc700 // GeneratorEvaluationTest and initialize it to 0. We set it to 1 in
706 class GeneratorEvaluationTest : public TestWithParam<int> { class in inherits:TestWithParam
714 int GeneratorEvaluationTest::param_value_ = 0;
716 TEST_P(GeneratorEvaluationTest, GeneratorsEvaluatedInMain) {
720 GeneratorEvaluationTest,
721 Values(GeneratorEvaluationTest::param_value()));
774 << "GeneratorEvaluationTest are selected or de-selected together "
1040 // Used in GeneratorEvaluationTest test case. Tests that the updated value
1041 // will be picked up for instantiating tests in GeneratorEvaluationTest.
1042 GeneratorEvaluationTest
[all...]

Completed in 8 milliseconds