Searched defs:ExpectMatch (Results 1 - 4 of 4) sorted by relevance
/external/clang/unittests/ASTMatchers/ | ||
H A D | ASTMatchersTest.h | 55 bool ExpectMatch, 66 if (!Found && ExpectMatch) { 69 } else if (Found && !ExpectMatch) { 53 matchesConditionally(const std::string &Code, const T &AMatcher, bool ExpectMatch, llvm::StringRef CompileArg) argument |
/external/clang/unittests/Tooling/ | ||
H A D | TestVisitor.h | 114 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { function in class:clang::ExpectedLocationVisitor |
/external/chromium/sdch/open-vcdiff/src/ | ||
H A D | vcencoder_test.cc | 620 void ExpectMatch(size_t match_size) { function in class:open_vcdiff::__anon3291::VCDiffMatchCountTest 767 ExpectMatch(56); 768 ExpectMatch(9); 771 ExpectMatch(56); 1003 ExpectMatch(14); |
H A D | vcdiffengine_test.cc | 224 ExpectMatch(size); 236 ExpectMatch(copy_size); 242 ExpectMatch(copy_size); 289 void ExpectMatch(size_t match_size) { function in class:open_vcdiff::__anon3290::VCDiffEngineTestBase |
Completed in 273 milliseconds