OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueMatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
shill_client_unittest_base.h
42
class
ValueMatcher
: public MatcherInterface<const base::Value&> {
44
explicit
ValueMatcher
(const base::Value& value);
57
return MakeMatcher(new
ValueMatcher
(expected_value));
shill_client_unittest_base.cc
48
ValueMatcher
::
ValueMatcher
(const base::Value& value)
51
bool
ValueMatcher
::MatchAndExplain(const base::Value& value,
56
void
ValueMatcher
::DescribeTo(::std::ostream* os) const {
64
void
ValueMatcher
::DescribeNegationTo(::std::ostream* os) const {
Completed in 881 milliseconds