Searched defs:ParameterizedTestCaseInfoBase (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h407 // ParameterizedTestCaseInfoBase is a generic interface
408 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
415 class ParameterizedTestCaseInfoBase { class in namespace:testing::internal
417 virtual ~ParameterizedTestCaseInfoBase() {}
426 // instance of a ParameterizedTestCaseInfoBase derived class.
430 ParameterizedTestCaseInfoBase() {} function in class:testing::internal::ParameterizedTestCaseInfoBase
433 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfoBase);
444 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
485 // instance of a ParameterizedTestCaseInfoBase derived class.
552 // ParameterizedTestCaseRegistry contains a map of ParameterizedTestCaseInfoBase
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h407 // ParameterizedTestCaseInfoBase is a generic interface
408 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
415 class ParameterizedTestCaseInfoBase { class in namespace:testing::internal
417 virtual ~ParameterizedTestCaseInfoBase() {}
426 // instance of a ParameterizedTestCaseInfoBase derived class.
430 ParameterizedTestCaseInfoBase() {} function in class:testing::internal::ParameterizedTestCaseInfoBase
433 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfoBase);
444 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
485 // instance of a ParameterizedTestCaseInfoBase derived class.
552 // ParameterizedTestCaseRegistry contains a map of ParameterizedTestCaseInfoBase
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h407 // ParameterizedTestCaseInfoBase is a generic interface
408 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
415 class ParameterizedTestCaseInfoBase { class in namespace:testing::internal
417 virtual ~ParameterizedTestCaseInfoBase() {}
426 // instance of a ParameterizedTestCaseInfoBase derived class.
430 ParameterizedTestCaseInfoBase() {} function in class:testing::internal::ParameterizedTestCaseInfoBase
433 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfoBase);
444 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
485 // instance of a ParameterizedTestCaseInfoBase derived class.
552 // ParameterizedTestCaseRegistry contains a map of ParameterizedTestCaseInfoBase
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h425 // ParameterizedTestCaseInfoBase is a generic interface
426 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
433 class ParameterizedTestCaseInfoBase { class in namespace:testing::internal
435 virtual ~ParameterizedTestCaseInfoBase() {}
444 // instance of a ParameterizedTestCaseInfoBase derived class.
448 ParameterizedTestCaseInfoBase() {} function in class:testing::internal::ParameterizedTestCaseInfoBase
451 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfoBase);
462 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
503 // instance of a ParameterizedTestCaseInfoBase derived class.
571 // ParameterizedTestCaseRegistry contains a map of ParameterizedTestCaseInfoBase
[all...]

Completed in 57 milliseconds