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

  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 386 // into that method twice. But ParameterizedTestCaseInfo is going to call
408 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
413 // a collection of pointers to the ParameterizedTestCaseInfo objects
438 // ParameterizedTestCaseInfo accumulates tests obtained from TEST_P
444 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
453 explicit ParameterizedTestCaseInfo(const char* name)
547 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfo);
548 }; // class ParameterizedTestCaseInfo
554 // macros use it to locate their corresponding ParameterizedTestCaseInfo
569 ParameterizedTestCaseInfo<TestCase>* GetTestCasePatternHolder
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 395 // into that method twice. But ParameterizedTestCaseInfo is going to call
417 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
422 // a collection of pointers to the ParameterizedTestCaseInfo objects
447 // ParameterizedTestCaseInfo accumulates tests obtained from TEST_P
453 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
462 explicit ParameterizedTestCaseInfo(const char* name)
557 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfo);
558 }; // class ParameterizedTestCaseInfo
564 // macros use it to locate their corresponding ParameterizedTestCaseInfo
579 ParameterizedTestCaseInfo<TestCase>* GetTestCasePatternHolder
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 386 // into that method twice. But ParameterizedTestCaseInfo is going to call
408 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
413 // a collection of pointers to the ParameterizedTestCaseInfo objects
438 // ParameterizedTestCaseInfo accumulates tests obtained from TEST_P
444 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
453 explicit ParameterizedTestCaseInfo(const char* name)
547 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfo);
548 }; // class ParameterizedTestCaseInfo
554 // macros use it to locate their corresponding ParameterizedTestCaseInfo
569 ParameterizedTestCaseInfo<TestCase>* GetTestCasePatternHolder
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 404 // into that method twice. But ParameterizedTestCaseInfo is going to call
426 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
431 // a collection of pointers to the ParameterizedTestCaseInfo objects
456 // ParameterizedTestCaseInfo accumulates tests obtained from TEST_P
462 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase {
471 explicit ParameterizedTestCaseInfo(const char* name)
566 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfo);
567 }; // class ParameterizedTestCaseInfo
573 // macros use it to locate their corresponding ParameterizedTestCaseInfo
588 ParameterizedTestCaseInfo<TestCase>* GetTestCasePatternHolder
    [all...]

Completed in 62 milliseconds