Searched refs:ParameterizedTestCaseInfo (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10385 // into that method twice. But ParameterizedTestCaseInfo is going to call
10407 // to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase
10412 // a collection of pointers to the ParameterizedTestCaseInfo objects
10437 // ParameterizedTestCaseInfo accumulates tests obtained from TEST_P
10443 class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase { class in namespace:testing::internal
10452 explicit ParameterizedTestCaseInfo(const char* name) function in class:testing::internal::ParameterizedTestCaseInfo
10546 GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfo);
10547 }; // class ParameterizedTestCaseInfo
10553 // macros use it to locate their corresponding ParameterizedTestCaseInfo
10568 ParameterizedTestCaseInfo<TestCas
[all...]

Completed in 57 milliseconds