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

/frameworks/base/tools/aapt2/test/
H A DCommon.h150 class ValueEqImpl : public ::testing::MatcherInterface<T> { class in namespace:aapt::test
152 explicit ValueEqImpl(const Value* expected) : expected_(expected) { function in class:aapt::test::ValueEqImpl
168 DISALLOW_COPY_AND_ASSIGN(ValueEqImpl);
181 return ::testing::Matcher<T>(new ValueEqImpl<T>(&expected_));
196 return ::testing::Matcher<T>(new ValueEqImpl<T>(expected_));

Completed in 88 milliseconds