Searched refs:MatrixInstanceMatcher (Results 1 – 1 of 1) sorted by relevance
148 class MatrixInstanceMatcher : public MatcherInterface<const std::string&> { class150 MatrixInstanceMatcher(std::set<std::string> expected) : mExpected(std::move(expected)) {} in MatrixInstanceMatcher() function in android::vintf::__anon496a68660110::MatrixInstanceMatcher183 return MakeMatcher(new MatrixInstanceMatcher(expected)); in MatrixContains()