Searched refs:ExpectMatch (Results 1 – 5 of 5) sorted by relevance
/external/clang/unittests/Tooling/ |
D | RecursiveASTVisitorTest.cpp | 111 Visitor.ExpectMatch("class X", 1, 30); in TEST() 117 Visitor.ExpectMatch("class X", 3, 18); in TEST() 126 Visitor.ExpectMatch("class X", 2, 18); in TEST() 134 Visitor.ExpectMatch("X<class Y>", 2, 18); in TEST() 142 Visitor.ExpectMatch("x", 2, 3); in TEST() 149 Visitor.ExpectMatch("x", 2, 25); in TEST() 150 Visitor.ExpectMatch("x", 2, 30); in TEST() 158 Visitor.ExpectMatch("i", 2, 17); in TEST() 166 Visitor.ExpectMatch("x", 1, 22); in TEST() 173 Visitor.ExpectMatch("Y::x", 3, 3); in TEST() [all …]
|
D | TestVisitor.h | 113 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { in ExpectMatch() function
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 55 bool ExpectMatch, in matchesConditionally() argument 66 if (!Found && ExpectMatch) { in matchesConditionally() 69 } else if (Found && !ExpectMatch) { in matchesConditionally()
|
/external/chromium/sdch/open-vcdiff/src/ |
D | vcdiffengine_test.cc | 224 ExpectMatch(size); in ExpectCopyInstruction() 236 ExpectMatch(copy_size); in ExpectAddCopyInstruction() 242 ExpectMatch(copy_size); in ExpectAddCopyInstruction() 289 void ExpectMatch(size_t match_size) { in ExpectMatch() function in open_vcdiff::__anon5d88d20d0111::VCDiffEngineTestBase
|
D | vcencoder_test.cc | 620 void ExpectMatch(size_t match_size) { in ExpectMatch() function in open_vcdiff::__anon5242c2fe0111::VCDiffMatchCountTest 767 ExpectMatch(56); in TEST_F() 768 ExpectMatch(9); in TEST_F() 771 ExpectMatch(56); in TEST_F() 1003 ExpectMatch(14); in TEST_F()
|