Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h703 if (type_param_.get() != NULL) in type_param()
704 return type_param_->c_str(); in type_param()
801 const internal::scoped_ptr<const ::std::string> type_param_; variable
852 if (type_param_.get() != NULL) in type_param()
853 return type_param_->c_str(); in type_param()
989 const internal::scoped_ptr<const ::std::string> type_param_; variable
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc2574 type_param_(a_type_param ? new std::string(a_type_param) : NULL), in TestInfo()
2788 type_param_(a_type_param ? new std::string(a_type_param) : NULL), in TestCase()