Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h876 const ParamType* Current() const override { return current_value_.get(); } in GTEST_DISABLE_MSC_WARNINGS_POP_()
919 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...); in GTEST_DISABLE_MSC_WARNINGS_POP_()
933 std::shared_ptr<ParamType> current_value_; in GTEST_DISABLE_MSC_WARNINGS_POP_() local