Home
last modified time | relevance | path

Searched defs:CommentTest (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Dcomment_test.cpp13 class CommentTest : public SimplePreprocessorTest, public testing::WithParamInterface<const char *> class
16 TEST_P(CommentTest, CommentIgnored) in TEST_P() argument
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Dcomment_test.cpp13 class CommentTest : public SimplePreprocessorTest, public testing::WithParamInterface<const char *> class
16 TEST_P(CommentTest, CommentIgnored) in TEST_P() argument
/third_party/googletest/googletest/test/
Dgoogletest-param-test-test.cc1006 class CommentTest : public TestWithParam<Unstreamable> {}; class
1008 TEST_P(CommentTest, TestsCorrectlyReportUnstreamableParams) { in TEST_P() argument