Home
last modified time | relevance | path

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 Dnumber_test.cpp18 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 Dextension_test.cpp110 using testing::WithParamInterface;
111 class InvalidExtensionTest : public ExtensionTest, public WithParamInterface<ExtensionTestParam>
H A Didentifier_test.cpp31 class SingleLetterIdentifierTest : public IdentifierTest, public testing::WithParamInterface<char>
52 public testing::WithParamInterface<IdentifierParams>
H A Dspace_test.cpp42 class SpaceCharTest : public SpaceTest, public testing::WithParamInterface<char>
60 class SpaceStringTest : public SpaceTest, public testing::WithParamInterface<SpaceStringParams>
H A Dcomment_test.cpp13 class CommentTest : public SimplePreprocessorTest, public testing::WithParamInterface<const char *>
H A Doperator_test.cpp20 public testing::WithParamInterface<OperatorTestParam>
H A Dchar_test.cpp16 class CharTest : public PreprocessorTest, public testing::WithParamInterface<int>
H A Dlocation_test.cpp348 class InvalidLineTest : public LocationTest, public testing::WithParamInterface<LineTestParam>
382 public testing::WithParamInterface<LineExpressionTestParam>
H A Dpragma_test.cpp125 class InvalidPragmaTest : public PragmaTest, public testing::WithParamInterface<const char *>
H A Dversion_test.cpp191 class InvalidVersionTest : public VersionTest, public testing::WithParamInterface<VersionTestParam>
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DPreRotationPerf.cpp79 public ::testing::WithParamInterface<PreRotationParams>
H A DCompilerPerf.cpp246 public ::testing::WithParamInterface<CompilerPerfParameters>
H A DDynamicPromotionPerfTest.cpp44 public testing::WithParamInterface<DynamicPromotionParams>
H A DDispatchComputePerf.cpp53 public ::testing::WithParamInterface<DispatchComputePerfParams>
H A DClearPerf.cpp66 class ClearBenchmark : public ANGLERenderTest, public ::testing::WithParamInterface<ClearParams>
H A DIndexConversionPerf.cpp49 public ::testing::WithParamInterface<IndexConversionPerfParams>
H A DEGLInitializePerf.cpp61 public WithParamInterface<angle::PlatformParameters>
H A DEGLMakeCurrentPerf.cpp24 public WithParamInterface<angle::PlatformParameters>
H A DVertexArrayPerfTest.cpp71 public ::testing::WithParamInterface<VertexArrayParams>
H A DBlitFramebufferPerf.cpp130 public ::testing::WithParamInterface<BlitFramebufferParams>
H A DMultisampledRenderToTexturePerf.cpp74 public ::testing::WithParamInterface<MultisampledRenderToTextureParams>
H A DPointSprites.cpp54 public ::testing::WithParamInterface<PointSpritesParams>
H A DInterleavedAttributeData.cpp52 public ::testing::WithParamInterface<InterleavedAttributeDataParams>
H A DLinkProgramPerfTest.cpp94 public ::testing::WithParamInterface<LinkProgramParams>
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h1645 // ::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 14 milliseconds

123