Public Member Functions | |
InstantiationInfo (const std::string &name_in, GeneratorCreationFunc *generator_in, ParamNameGeneratorFunc *name_func_in, const char *file_in, int line_in) | |
Public Attributes | |
const char * | file |
GeneratorCreationFunc * | generator |
int | line |
std::string | name |
ParamNameGeneratorFunc * | name_func |
Definition at line 11663 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
|
inline |
Definition at line 11664 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
const char* testing::internal::ParameterizedTestCaseInfo< TestCase >::InstantiationInfo::file |
Definition at line 11678 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
GeneratorCreationFunc* testing::internal::ParameterizedTestCaseInfo< TestCase >::InstantiationInfo::generator |
Definition at line 11676 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
int testing::internal::ParameterizedTestCaseInfo< TestCase >::InstantiationInfo::line |
Definition at line 11679 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
std::string testing::internal::ParameterizedTestCaseInfo< TestCase >::InstantiationInfo::name |
Definition at line 11675 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.
ParamNameGeneratorFunc* testing::internal::ParameterizedTestCaseInfo< TestCase >::InstantiationInfo::name_func |
Definition at line 11677 of file cares/cares/test/gmock-1.8.0/gtest/gtest.h.