Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h805 const ParamType* Current() const override { return current_value_.get(); } in Current()
848 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...); in ComputeCurrentValue()
862 std::shared_ptr<ParamType> current_value_; variable