Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest.h554 if (type_param_ != nullptr) return type_param_->c_str(); in type_param()
648 const std::unique_ptr<const ::std::string> type_param_; variable
700 if (type_param_ != nullptr) return type_param_->c_str(); in type_param()
853 const std::unique_ptr<const ::std::string> type_param_; variable
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc2729 type_param_(a_type_param ? new std::string(a_type_param) : nullptr), in TestInfo()
2933 type_param_(a_type_param ? new std::string(a_type_param) : nullptr), in TestSuite()