HomeSort by: relevance | last modified time | path
    Searched defs:current_value_ (Results 1 - 1 of 1) sorted by relevancy

  /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

Completed in 26 milliseconds