Home
last modified time | relevance | path

Searched defs:param_value (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-param-test_test.cc708 static int param_value() { return param_value_; } in param_value() function in GeneratorEvaluationTest
709 static void set_param_value(int param_value) { param_value_ = param_value; } in set_param_value()