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

/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h801 const ParamType* Current() const override { return current_value_.get(); }
844 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...);
858 std::shared_ptr<ParamType> current_value_; member in class:testing::internal::CartesianProductGenerator
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h3211 virtual const ParamType* Current() const { return &current_value_; }
3243 current_value_ = ParamType(*current1_, *current2_);
3265 ParamType current_value_; member in class:testing::internal::CartesianProductGenerator2::Iterator
3334 virtual const ParamType* Current() const { return &current_value_; }
3370 current_value_ = ParamType(*current1_, *current2_, *current3_);
3396 ParamType current_value_; member in class:testing::internal::CartesianProductGenerator3::Iterator
3475 virtual const ParamType* Current() const { return &current_value_; }
3515 current_value_ = ParamType(*current1_, *current2_, *current3_,
3546 ParamType current_value_; member in class:testing::internal::CartesianProductGenerator4::Iterator
3633 virtual const ParamType* Current() const { return &current_value_; }
3712 ParamType current_value_; member in class:testing::internal::CartesianProductGenerator5::Iterator
3897 ParamType current_value_; member in class:testing::internal::CartesianProductGenerator6::Iterator
4099 ParamType current_value_; member in class:testing::internal::CartesianProductGenerator7::Iterator
4320 ParamType current_value_; member in class:testing::internal::CartesianProductGenerator8::Iterator
4558 ParamType current_value_; member in class:testing::internal::CartesianProductGenerator9::Iterator
4813 ParamType current_value_; member in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]

Completed in 14 milliseconds