Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h644 if (value_param_.get() != NULL) in value_param()
645 return value_param_->c_str(); in value_param()
719 const internal::scoped_ptr<const ::std::string> value_param_; variable
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2171 value_param_(a_value_param ? new std::string(a_value_param) : NULL), in TestInfo()