Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h801 const ParamType* Current() const override { return current_value_.get(); } in Current()
844 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...); in ComputeCurrentValue()
858 std::shared_ptr<ParamType> current_value_; variable