Searched defs:ExpectMatch (Results 1 - 4 of 4) sorted by relevance

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h55 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 DTestVisitor.h114 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { function in class:clang::ExpectedLocationVisitor
/external/chromium/sdch/open-vcdiff/src/
H A Dvcencoder_test.cc620 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 Dvcdiffengine_test.cc224 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