Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h560 if (value_param_ != nullptr) return value_param_->c_str(); in value_param()
650 const std::unique_ptr<const ::std::string> value_param_; variable
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2781 value_param_(a_value_param ? new std::string(a_value_param) : nullptr), in TestInfo()