Searched refs:ExpectedMatch (Results 1 - 3 of 3) sorted by relevance

/external/clang/unittests/Tooling/
H A DTestVisitor.h132 ExpectedMatches.push_back(ExpectedMatch(Match, Line, Column));
137 for (typename std::vector<ExpectedMatch>::const_iterator
159 for (typename std::vector<ExpectedMatch>::iterator
202 struct ExpectedMatch { struct in class:clang::ExpectedLocationVisitor
203 ExpectedMatch(Twine Name, unsigned LineNumber, unsigned ColumnNumber) function in struct:clang::ExpectedLocationVisitor::ExpectedMatch
230 std::vector<ExpectedMatch> ExpectedMatches;
/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc145 struct ExpectedMatch { struct in class:SearchProviderTest
171 static const ExpectedMatch kEmptyExpectedMatch;
234 const ExpectedMatch expected_matches[],
271 const SearchProviderTest::ExpectedMatch
524 const ExpectedMatch expected_matches[],
1283 const ExpectedMatch matches[6];
1993 const ExpectedMatch first_async_matches[4];
1994 const ExpectedMatch sync_matches[4];
1996 const ExpectedMatch second_async_matches[4];
H A Dhistory_url_provider_unittest.cc973 struct ExpectedMatch { struct in struct:TestCase
978 ExpectedMatch matches[kMaxMatches];

Completed in 392 milliseconds