Searched defs:MatrixInstanceMatcher (Results 1 – 1 of 1) sorted by relevance
150 class MatrixInstanceMatcher : public MatcherInterface<const std::string&> { class152 MatrixInstanceMatcher(std::set<std::string> expected) : mExpected(std::move(expected)) {} in MatrixInstanceMatcher() function in android::vintf::__anond351deb00111::MatrixInstanceMatcher