Searched refs:WithParamInterface (Results 1 - 25 of 51) sorted by relevance
123
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
H A D | number_test.cpp | 18 public testing::WithParamInterface<const char *> 38 class IntegerTest : public SimplePreprocessorTest, public testing::WithParamInterface<IntegerParams> 89 public testing::WithParamInterface<FloatScientificParams> 113 class FloatFractionTest : public FloatTest, public testing::WithParamInterface<FloatFractionParams>
|
H A D | extension_test.cpp | 110 using testing::WithParamInterface; 111 class InvalidExtensionTest : public ExtensionTest, public WithParamInterface<ExtensionTestParam>
|
H A D | identifier_test.cpp | 31 class SingleLetterIdentifierTest : public IdentifierTest, public testing::WithParamInterface<char> 52 public testing::WithParamInterface<IdentifierParams>
|
H A D | space_test.cpp | 42 class SpaceCharTest : public SpaceTest, public testing::WithParamInterface<char> 60 class SpaceStringTest : public SpaceTest, public testing::WithParamInterface<SpaceStringParams>
|
H A D | comment_test.cpp | 13 class CommentTest : public SimplePreprocessorTest, public testing::WithParamInterface<const char *>
|
H A D | operator_test.cpp | 20 public testing::WithParamInterface<OperatorTestParam>
|
H A D | char_test.cpp | 16 class CharTest : public PreprocessorTest, public testing::WithParamInterface<int>
|
H A D | location_test.cpp | 348 class InvalidLineTest : public LocationTest, public testing::WithParamInterface<LineTestParam> 382 public testing::WithParamInterface<LineExpressionTestParam>
|
H A D | pragma_test.cpp | 125 class InvalidPragmaTest : public PragmaTest, public testing::WithParamInterface<const char *>
|
H A D | version_test.cpp | 191 class InvalidVersionTest : public VersionTest, public testing::WithParamInterface<VersionTestParam>
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | PreRotationPerf.cpp | 79 public ::testing::WithParamInterface<PreRotationParams>
|
H A D | CompilerPerf.cpp | 246 public ::testing::WithParamInterface<CompilerPerfParameters>
|
H A D | DynamicPromotionPerfTest.cpp | 44 public testing::WithParamInterface<DynamicPromotionParams>
|
H A D | DispatchComputePerf.cpp | 53 public ::testing::WithParamInterface<DispatchComputePerfParams>
|
H A D | ClearPerf.cpp | 66 class ClearBenchmark : public ANGLERenderTest, public ::testing::WithParamInterface<ClearParams>
|
H A D | IndexConversionPerf.cpp | 49 public ::testing::WithParamInterface<IndexConversionPerfParams>
|
H A D | EGLInitializePerf.cpp | 61 public WithParamInterface<angle::PlatformParameters>
|
H A D | EGLMakeCurrentPerf.cpp | 24 public WithParamInterface<angle::PlatformParameters>
|
H A D | VertexArrayPerfTest.cpp | 71 public ::testing::WithParamInterface<VertexArrayParams>
|
H A D | BlitFramebufferPerf.cpp | 130 public ::testing::WithParamInterface<BlitFramebufferParams>
|
H A D | MultisampledRenderToTexturePerf.cpp | 74 public ::testing::WithParamInterface<MultisampledRenderToTextureParams>
|
H A D | PointSprites.cpp | 54 public ::testing::WithParamInterface<PointSpritesParams>
|
H A D | InterleavedAttributeData.cpp | 52 public ::testing::WithParamInterface<InterleavedAttributeDataParams>
|
H A D | LinkProgramPerfTest.cpp | 94 public ::testing::WithParamInterface<LinkProgramParams>
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1645 // ::testing::WithParamInterface. In most cases that just means inheriting 1647 // may need to inherit from Test and WithParamInterface at different levels. 1678 class WithParamInterface { class 1681 virtual ~WithParamInterface() {} in ~WithParamInterface() 1700 // TestClass must be a subclass of WithParamInterface<T> and Test. 1706 const T* WithParamInterface<T>::parameter_ = nullptr; 1709 // WithParamInterface, and can just inherit from ::testing::TestWithParam. 1712 class TestWithParam : public Test, public WithParamInterface<T> {};
|
Completed in 12 milliseconds
123