Home
last modified time | relevance | path

Searched refs:value_param_ (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h711 if (value_param_.get() != NULL) in value_param()
712 return value_param_->c_str(); in value_param()
804 const internal::scoped_ptr<const ::std::string> value_param_; variable
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest.cc2575 value_param_(a_value_param ? new std::string(a_value_param) : NULL), in TestInfo()