Home
last modified time | relevance | path

Searched refs:MatrixInstanceMatcher (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/libvintf/test/
H A DVintfFmTest.cpp148 class MatrixInstanceMatcher : public MatcherInterface<const std::string&> { class
150 MatrixInstanceMatcher(std::set<std::string> expected) : mExpected(std::move(expected)) {} in MatrixInstanceMatcher() function in android::vintf::__anon496a68660110::MatrixInstanceMatcher
183 return MakeMatcher(new MatrixInstanceMatcher(expected)); in MatrixContains()