Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/dbus/
Dshill_client_unittest_base.h42 class ValueMatcher : public MatcherInterface<const base::Value&> {
44 explicit ValueMatcher(const base::Value& value);
57 return MakeMatcher(new ValueMatcher(expected_value)); in ValueEq()
Dshill_client_unittest_base.cc48 ValueMatcher::ValueMatcher(const base::Value& value) in ValueMatcher() function in chromeos::ValueMatcher
51 bool ValueMatcher::MatchAndExplain(const base::Value& value, in MatchAndExplain()
56 void ValueMatcher::DescribeTo(::std::ostream* os) const { in DescribeTo()
64 void ValueMatcher::DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo()