Searched defs:TestMatch (Results 1 – 6 of 6) sorted by relevance
36 typedef bool (*TestMatch)(const testing::TestInfo&); typedef
26 class TestMatch(unittest.TestCase): class
39 struct TestMatch { struct42 std::unique_ptr<ASTUnit> AstUnit;44 MatchResult Result;
45 struct TestMatch { struct48 std::unique_ptr<ASTUnit> AstUnit;50 MatchResult Result;
35 struct TestMatch { struct38 std::unique_ptr<clang::ASTUnit> ASTUnit;40 MatchResult Result;
78 TEST(EqualArrayAndTfLiteIntArray, TestMatch) { in TEST() argument