Home | History | Annotate | Download | only in test

Lines Matching refs:param_value_

697 // that, we declare param_value_ to be a static member of
706 static int param_value() { return param_value_; }
707 static void set_param_value(int param_value) { param_value_ = param_value; }
710 static int param_value_;
712 int GeneratorEvaluationTest::param_value_ = 0;