Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h553 if (type_param_ != nullptr) return type_param_->c_str(); in type_param()
647 const std::unique_ptr<const ::std::string> type_param_; variable
699 if (type_param_ != nullptr) return type_param_->c_str(); in type_param()
852 const std::unique_ptr<const ::std::string> type_param_; variable
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2753 type_param_(a_type_param ? new std::string(a_type_param) : nullptr), in TestInfo()
2956 type_param_(a_type_param ? new std::string(a_type_param) : nullptr), in TestSuite()