HomeSort by: relevance | last modified time | path
    Searched refs:TestParamInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 56 struct TestParamInfo {
57 TestParamInfo(const ParamType& a_param, size_t an_index) :
68 std::string operator()(const TestParamInfo<ParamType>& info) const {
374 std::string DefaultParamName(const TestParamInfo<ParamType>& info) {
491 using ParamNameGeneratorFunc = std::string(const TestParamInfo<ParamType>&);
555 TestParamInfo<ParamType>(*param_it, i));
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 446 // accept one argument of type testing::TestParamInfo<class ParamType>, and
466 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \

Completed in 36 milliseconds