Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h715 if (type_param_.get() != nullptr) return type_param_->c_str(); in type_param()
806 const std::unique_ptr<const ::std::string> type_param_; variable
857 if (type_param_.get() != nullptr) return type_param_->c_str(); in type_param()
1005 const std::unique_ptr<const ::std::string> type_param_; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2548 type_param_(a_type_param ? new std::string(a_type_param) : nullptr), in TestInfo()
2760 type_param_(a_type_param ? new std::string(a_type_param) : nullptr), in TestSuite()