HomeSort by relevance Sort by last modified time
    Searched refs:ParameterizedTestCaseInfoBase (Results 1 - 4 of 4) sorted by null

  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 407 // ParameterizedTestCaseInfoBase is a generic interface
408 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
415 class ParameterizedTestCaseInfoBase {
417 virtual ~ParameterizedTestCaseInfoBase() {}
426 // instance of a ParameterizedTestCaseInfoBase derived class.
430 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/
gtest-param-util.h 416 // ParameterizedTestCaseInfoBase is a generic interface
417 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
424 class ParameterizedTestCaseInfoBase {
426 virtual ~ParameterizedTestCaseInfoBase() {}
435 // instance of a ParameterizedTestCaseInfoBase derived class.
439 ParameterizedTestCaseInfoBase() {}
442 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfoBase);
453 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
494 // instance of a ParameterizedTestCaseInfoBase derived class.
562 // ParameterizedTestCaseRegistry contains a map of ParameterizedTestCaseInfoBase
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 407 // ParameterizedTestCaseInfoBase is a generic interface
408 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
415 class ParameterizedTestCaseInfoBase {
417 virtual ~ParameterizedTestCaseInfoBase() {}
426 // instance of a ParameterizedTestCaseInfoBase derived class.
430 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/
gtest-param-util.h 425 // ParameterizedTestCaseInfoBase is a generic interface
426 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
433 class ParameterizedTestCaseInfoBase {
435 virtual ~ParameterizedTestCaseInfoBase() {}
444 // instance of a ParameterizedTestCaseInfoBase derived class.
448 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 38 milliseconds