| Home | Sort by: relevance | last modified time | path |
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ | |
| gtest-param-util.h | 801 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::IteratorImpl |