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

/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc699 // that, we declare param_value_ to be a static member of
708 static int param_value() { return param_value_; }
709 static void set_param_value(int param_value) { param_value_ = param_value; }
712 static int param_value_; member in class:GeneratorEvaluationTest
714 int GeneratorEvaluationTest::param_value_ = 0; member in class:GeneratorEvaluationTest

Completed in 8 milliseconds